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: VideoConf Persistent Chat #783

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Conversation

pierre-lehnen-rc
Copy link
Contributor

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

What? ⛵

Allow video conf provider apps to list themselves as compatible with the new Rocket.Chat Persistent Chat feature.
When an app is flagged as compatible with this new feature, Rocket.Chat will let the app assign a discussion id to the conference on the onNewVideoConferenceEvent. If no discussion is specified by the app in this event, Rocket.Chat will create one automatically. The app can then use the id of this dicussion on any other event as necessary.

In this first implementation there's no way for apps to expliclity create new videoconf discussions, they can only use the id of discussions created by rocket.chat and store them to maybe reuse the same discussion in multiple conferences.

Why? 🤔

Links 🌎

PPC-13
RC Core PR #32793
ADR 92

PS 👀

@pierre-lehnen-rc pierre-lehnen-rc marked this pull request as ready for review July 16, 2024 20:13
@scuciatto scuciatto requested a review from d-gubert July 17, 2024 13:28
@d-gubert d-gubert merged commit b5dcb6d into alpha Jul 17, 2024
8 checks passed
@d-gubert d-gubert deleted the feat/videoconf-persistent-chat branch July 17, 2024 14:55
@d-gubert d-gubert mentioned this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants