Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Toger5/bigbluebutton #12452

Closed
wants to merge 12 commits into from
Closed

Toger5/bigbluebutton #12452

wants to merge 12 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>
@langleyd langleyd closed this Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

2 participants