- Jun 09, 2021
-
-
Tainan Felipe authored
-
- Jun 04, 2021
-
-
Anton Georgiev authored
Add field to toggle the download of the public chat message
-
Anton Georgiev authored
fix: different navbar height for large fonts
-
Tainan Felipe authored
-
Anton Georgiev authored
fix: improve "meeting ended by user" message
-
Ramon Souza authored
-
Ramon Souza authored
-
- Jun 03, 2021
-
-
Anton Georgiev authored
fix: endWhenNoModerator* passed meetingCreate params should override …
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: Increase slightly area for webcam+presentation
-
Anton Georgiev authored
-
Anton Georgiev authored
Revert "fix: different navbar size for locales with large fonts"
-
Anton Georgiev authored
-
Dixon Fred authored
Update bigbluebutton-release
-
Dixon Fred authored
Bump to release 2.3.3
-
- Jun 02, 2021
-
-
Anton Georgiev authored
fix: different navbar size for locales with large fonts
-
Tainan Felipe authored
-
Ramon Souza authored
-
- Jun 01, 2021
-
-
Ramon Souza authored
-
Ramon Souza authored
-
Anton Georgiev authored
chore(locales): Pulled HTML5 locales June 1, 2021
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- May 31, 2021
-
-
Anton Georgiev authored
chore(locales): Pulled HTML5 locales on May 31, 2021
-
Anton Georgiev authored
-
Anton Georgiev authored
fix(bbb-conf):Only show status for multi kurento if that is configured
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: Avoid users to be ejected due to inactivity while they are in a breakout room
-
Anton Georgiev authored
Implements endWhenNoModerator
-
Anton Georgiev authored
Removes support for configToken param
-
Anton Georgiev authored
fix!(recording): moderator only webcams
-
Anton Georgiev authored
feat(guests): notification settings
-
Anton Georgiev authored
feat(recording): record role change event
-
Anton Georgiev authored
refactor(recording): recording ready url callback
-
Anton Georgiev authored
fix: export poll chat message
-
germanocaumo authored
Merge branch 'poll-question-refactor' of https://github.com/germanocaumo/bigbluebutton into poll-chat-export
-
germanocaumo authored
-
- May 30, 2021
-
-
Pedro Beschorner Marin authored
BREAKING CHANGE: fix typo at moderator only webcams recorded event.
-
Pedro Beschorner Marin authored
Avoid showing the guest's notification toggles at client's settings if the guest policy isn't `ASK_MODERATOR`.
-
Pedro Beschorner Marin authored
Reuse `ParticipantStatusChangeEvent` record event, already used by emojis and webcam streams, to record `UserRoleChangedEvtMsg`. Role change is stored at `events.xml` as: - promotion ``` <event timestamp="2068340" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent"> <timestampUTC>1622384175759</timestampUTC> <date>2021-05-30T14:16:15.759Z</date> <status>role</status> <userId>w_fowyht7g0tfi</userId> <value>MODERATOR</value> </event> ``` - demotion ``` <event timestamp="2071437" module="PARTICIPANT" eventname="ParticipantStatusChangeEvent"> <timestampUTC>1622384178855</timestampUTC> <date>2021-05-30T14:16:18.855Z</date> <status>role</status> <userId>w_fowyht7g0tfi</userId> <value>VIEWER</value> </event> ```
-