- Jun 28, 2021
-
-
Joao Siebel authored
-
- Jun 23, 2021
-
-
Joao Siebel authored
-
- Jun 11, 2021
-
-
germanocaumo authored
When the answer is not default (Custom or UserResponse), don't translate the answers.
-
- May 30, 2021
-
-
Pedro Beschorner Marin authored
BREAKING CHANGE: fix typo at moderator only webcams recorded event.
-
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> ```
-
- May 27, 2021
-
-
germanocaumo authored
-
germanocaumo authored
-
- May 26, 2021
-
-
Gustavo Trott authored
-
- May 20, 2021
-
-
germanocaumo authored
-
- May 17, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
-
- May 11, 2021
-
-
germanocaumo authored
Add PollPublishedRecordEvent with all infos (also fix duplicated handlePollStoppedEvtMsg) Add answer text to UserRespondedToPollRecordEvent (useful for custom answers) Add type in PollStartedRecordEvent
-
germanocaumo authored
-
Gustavo Trott authored
-
- May 10, 2021
-
-
Gustavo Trott authored
-
- Apr 29, 2021
-
-
Richard Alam authored
-
- Apr 28, 2021
-
-
Richard Alam authored
- limit display of responses to 7 to prevent squishing of display in the whiteboard
-
Richard Alam authored
-
- Apr 24, 2021
-
-
Richard Alam authored
-
Richard Alam authored
-
- Apr 23, 2021
-
-
Richard Alam authored
-
https://github.com/bigbluebutton/bigbluebutton/issues/11358Richard Alam authored
- fix issue https://github.com/bigbluebutton/bigbluebutton/issues/11358 by having the parent meeting tell the breakout rooms the remaining time. Currently, each room has its own countdown timer which could introduce drifting resulting in breakout rooms ending at different times.
-
Richard Alam authored
-
- Apr 15, 2021
-
-
hiroshisuga authored
* Revert "Delete bbb-icons-ori.woff" This reverts commit 84937a0d. * Revert "Add files via upload" This reverts commit 39143444. * Revert "Delete bbb-icons.woff" This reverts commit 7c245c66. * Revert "Add files via upload" This reverts commit 6f8c764c. * Revert "Delete tmp.woff" This reverts commit 5141e653. * Revert "Add files via upload" This reverts commit c8f7b17b. * Revert "Create tmp.woff" This reverts commit 73c45065. * Revert "Delete bbb-icons.woff" This reverts commit 9d01d585. * Revert "Revert "Delete bbb-icons.woff"" This reverts commit d221d290cd5ad33b3c455b09f9da36d5788ee152. * Revert "Revert "Revert "Delete bbb-icons.woff""" This reverts commit c415ff02d1bd710e6f8804667c69d3c7d2e4caf1. * Revert "Revert "Delete bbb-icons.woff"" This reverts commit d221d290cd5ad33b3c455b09f9da36d5788ee152. * Revert "Revert "Create tmp.woff"" This reverts commit 267dc412d561c3d2eac49959e4b0ada77b8364bd. * Revert "Delete bbb-icons-ori.woff" This reverts commit 84937a0d. * Revert "Delete bbb-icons.woff" This reverts commit 7c245c66. * Revert "Add files via upload" This reverts commit 6f8c764c. * Revert "Add files via upload" This reverts commit c8f7b17b. * Revert "Create tmp.woff" This reverts commit 73c45065. * Revert "Delete bbb-icons.woff" This reverts commit 9d01d585. * Revert "Revert "Delete bbb-icons.woff"" This reverts commit 64a48f2bd6d76ca7fe31bc606682700ec1078592. * Revert "Revert "Revert "Delete bbb-icons.woff""" This reverts commit 9d1b4a068ae4de2ca3ad2e842884c910e16af0b9. * Revert "Revert "Revert "Revert "Delete bbb-icons.woff"""" This reverts commit b60491d933c2c984a5a64fa162026430d5f51485. * Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff""""" This reverts commit 16e357091d558afe07bf17c7fedaa13ac8905f27. * Revert "Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff"""""" This reverts commit e0b70f20554884f7c9e64104a3f942d3d09bfe24. * Revert "Revert "Revert "Revert "Revert "Revert "Revert "Delete bbb-icons.woff""""""" This reverts commit 7b1bde97edbed7985beb63646d39c3ddc82138e6. * Update UsersMgs.scala * Update selectRandomViewer.js * Update clearRandomlySelectedUser.js * Update addMeeting.js * Update updateRandomViewer.js * Update component.jsx * Update container.jsx * Update component.jsx * Update container.jsx * Update styles.scss * Update en.json * Update SelectRandomViewerReqMsgHdlr.scala * code simplification * in case only one person to be selected * Update en.json * Create en.json * Update en.json * Update component.jsx * Update styles.scss * Update en.json * Update updateRandomViewer.js Fix a typo * Update component.jsx When the presenter is moved to a viewer, in the modal of ex-presenter "somebody is selected" should be displayed. Before this modification, "somebody is the only viewer" was displayed. * add a comment explaining why a condition is needed. * Update en.json * Update en.json * revert (due to the rename UserMgs -> UserMsgs) * Update UsersMsgs.scala
-
- Apr 12, 2021
-
-
prlanzarin authored
Now it`s called AudioFloorChanged* to properly reflect its role Add fields to carry the floor state (boolean) along with the uID and vID to be able to send events for a floor takeover and a floor surrender
-
- Apr 08, 2021
-
-
Gustavo Trott authored
-
Gustavo Trott authored
-
Gustavo Trott authored
Send pubSub FileTooLarge Error Msg from bbb-web when file is too large, (and makes Akka send meetingId with presentation token msg)
-
- Apr 05, 2021
-
-
Marcel Waldvogel authored
The starting scripts now `exec` the main service instead of starting it as a subprocess. Also in line with docker-entrypoint recommendations.
-
- Mar 29, 2021
-
-
Aron Engineer authored
-
- Mar 24, 2021
-
-
Aron Engineer authored
fix: Option removed from ValidateAuthTokenRespMsg and respective handlers, default eject reason added
-
- Mar 23, 2021
-
-
Aron Engineer authored
-
Pedro Beschorner Marin authored
Since Meteor was split in multiple process and events started to be filtered by instances, all Etherpad's Redis events were being discarded. Etherpad has a Redis' publisher plugin that is unaware of BigBlueButton's existence. All the communication between them is kept simple with minimal of internal data exchange. The concept of distincts subscribers at Meteor's side broke part of this simplicity and, now, Etherpad has to know which instance must receive it's messages. To provide such information I decided to include Meteor's instance as part of the pad's id. Should look like: - [instanceId]padId for the shared notes - [instanceId]padId_cc_(locale) for the closed captions With those changes the pad id generation made at the recording scripts had to be re-done because there is no instance id available. Pad id is now recorded at akka-apps and queried while archiving the shared notes.
-
- Mar 16, 2021
-
-
Pedro Beschorner Marin authored
Modified the previous implementation of the whiteboard individual access to remove multiple Collections dependency on this feature. Multi-user whiteboard is now an array instead of a boolean value and most of the access control can be synchronized and handled by akka-apps.
-
- Mar 15, 2021
-
-
Aron Engineer authored
-
- Mar 11, 2021
-
-
Aron Engineer authored
-
Aron Engineer authored
-
- Mar 10, 2021
-
-
Aron Engineer authored
-
- Mar 09, 2021
-
-
Aron Engineer authored
-
Pedro Beschorner Marin authored
Moderators are able to send a message to the meeting's guest lobby. This new event reaches bbb-web and is sent to the guest user with her/his status response while polling. All guest users that are waiting for acceptance will be able to read this message. enableGuestLobbyMessage is disabled by default.
-