Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Video Conference persistent chat #32793

Merged
merged 34 commits into from
Jul 23, 2024
Merged

Conversation

pierre-lehnen-rc
Copy link
Contributor

@pierre-lehnen-rc pierre-lehnen-rc commented Jul 15, 2024

Proposed changes (including videos or screenshots)

This new feature allows video conference provider apps to use a rocket.chat discussion to store the messages sent by their users during a conference call. The feature is enabled through a setting on rocket.chat workspace configuration, but it will only take effect if the video conf provider app registers itself as compatible with it.

When enabled, Rocket.Chat will automatically create a new discussion every time a conference is started and the id of this discussion will be made available to the app. Any user who joins the conference will automatically be subscribed to that discussion. The provider app is then responsible for actually sending any messages exchanged during the conference to the specified discussion.

Issue(s)

PPC-1
ADR 092

Steps to test or reproduce

Further comments

Discussions created for conference calls will not be listed on the room's list of discussions. They can be accessed through the list of conference calls instead. A button to access the discussion is also available on the message sent when a conference is started.

Includes PR #32817

Copy link
Contributor

dionisio-bot bot commented Jul 15, 2024

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

Copy link

changeset-bot bot commented Jul 15, 2024

🦋 Changeset detected

Latest commit: 09aec45

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 35 packages
Name Type
rocketchat-services Minor
@rocket.chat/core-services Minor
@rocket.chat/model-typings Minor
@rocket.chat/ui-video-conf Major
@rocket.chat/core-typings Minor
@rocket.chat/ui-contexts Major
@rocket.chat/models Minor
@rocket.chat/ui-kit Minor
@rocket.chat/i18n Minor
@rocket.chat/meteor Minor
@rocket.chat/account-service Patch
@rocket.chat/authorization-service Patch
@rocket.chat/ddp-streamer Patch
@rocket.chat/omnichannel-transcript Patch
@rocket.chat/presence-service Patch
@rocket.chat/queue-worker Patch
@rocket.chat/stream-hub-service Patch
@rocket.chat/omnichannel-services Patch
@rocket.chat/presence Patch
@rocket.chat/apps Patch
@rocket.chat/fuselage-ui-kit Major
@rocket.chat/cron Patch
@rocket.chat/gazzodown Major
@rocket.chat/livechat Patch
@rocket.chat/rest-typings Minor
@rocket.chat/api-client Patch
@rocket.chat/license Patch
@rocket.chat/pdf-worker Patch
@rocket.chat/mock-providers Patch
@rocket.chat/ui-avatar Major
@rocket.chat/ui-client Major
@rocket.chat/uikit-playground Patch
@rocket.chat/web-ui-registration Major
@rocket.chat/instance-status Patch
@rocket.chat/ddp-client Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.46%. Comparing base (1195dc2) to head (09aec45).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #32793      +/-   ##
===========================================
- Coverage    55.47%   55.46%   -0.02%     
===========================================
  Files         2637     2637              
  Lines        57319    57290      -29     
  Branches     11869    11859      -10     
===========================================
- Hits         31798    31774      -24     
+ Misses       22829    22827       -2     
+ Partials      2692     2689       -3     
Flag Coverage Δ
e2e 54.00% <ø> (-0.09%) ⬇️
unit 72.41% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@pierre-lehnen-rc pierre-lehnen-rc marked this pull request as ready for review July 18, 2024 14:45
d-gubert
d-gubert previously approved these changes Jul 22, 2024
tassoevan
tassoevan previously approved these changes Jul 23, 2024
@jessicaschelly jessicaschelly added the stat: QA assured Means it has been tested and approved by a company insider label Jul 23, 2024
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Jul 23, 2024
@pierre-lehnen-rc pierre-lehnen-rc removed the request for review from KevLehman July 23, 2024 19:02
@kodiakhq kodiakhq bot merged commit 2d89a0c into develop Jul 23, 2024
49 checks passed
@kodiakhq kodiakhq bot deleted the feat/videoconf-persistent-chat branch July 23, 2024 21:27
debdutdeb pushed a commit that referenced this pull request Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants