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

Toger5/bigbluebutton #12452

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Draft

Toger5/bigbluebutton #12452

wants to merge 10 commits into from

Conversation

toger5
Copy link
Contributor

@toger5 toger5 commented Apr 24, 2024

This adds a BigBlueButton call option to element web.

Requirements:

  • enable feature flag: feature_big_blue_button_calls
  • add configuration for:
 big_blue_button?: {
        // should look like this: "https://some-bbb-domain.com/widget?device_id=$org.matrix.msc3819.matrix_device_id&room_id=$matrix_room_id&display_name=$matrix_display_name&baseUrl=$org.matrix.msc4039.matrix_base_url&userId=$matrix_user_id",
        widget_url: string;
    };

Try it out:

For more details checkout the related BigBlueButton Issue with a more indepth description of the project and the required setup.
Signed-off-by: Timo K toger5@hotmail.de

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • Sign-off given on the changes (see CONTRIBUTING.md).

Open Todos:

  • Auto approve the widget capabilities for the configured widget.

Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
Signed-off-by: Timo K <toger5@hotmail.de>
@toger5 toger5 added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label May 3, 2024
Copy link
Contributor Author

@toger5 toger5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also adds/fixes/changes

  • no chat button shown for maximised widgets
  • jitis shown was shown in top container -> now shown in center container
  • minimizing widget did not hide the the right panel chat
  • rename maximized -> maximised

Signed-off-by: Timo K <toger5@hotmail.de>
…l class

Signed-off-by: Timo K <toger5@hotmail.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant