bigbluebutton-Github/bigbluebutton-html5/imports/api
germanocaumo d770a7df8c fix(whiteboard): only call annotation upsert in one frontend instance
We were calling upsert in the Annotations collection for the same annotation in all frontend instances, this could lead to the same annotation being inserted
multiple times with different ids due to concurrency.

Added the html5InstanceId of the original request to the redis message so we can use it to only call upsert in one instance.
2022-09-28 12:03:59 +00:00
..
annotations fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
audio/client/bridge fix(audio): bypass overconstrained errors in SFU-based audio 2022-09-15 20:42:43 +00:00
audio-captions feat(captions): first pass on recording 2022-07-20 17:20:52 +00:00
auth-token-validation Merge remote-tracking branch 'upstream/v2.4.x-release' into 2524-feb08 2022-02-09 15:52:42 +00:00
breakouts adjust breakout publisher 2022-08-30 16:24:01 -03:00
breakouts-history Handle message to all breakouts sent 2022-01-28 14:41:10 -03:00
captions refactor(etherpad): access control et al. 2022-01-21 16:56:01 -03:00
common/server refactor(etherpad): access control et al. 2022-01-21 16:56:01 -03:00
connection-status feat(html5): add meteor rtt as prometheus metric 2022-04-08 14:27:35 +00:00
cursor panAndZoom through akka + some cleanup 2022-05-13 02:47:41 +00:00
external-videos fix external video streamer leak 2021-11-30 20:22:41 +00:00
group-chat adjustments 2022-05-17 09:39:15 -03:00
group-chat-msg fix clear chat 2022-03-23 17:11:01 -03:00
guest-users Merge branch 'develop' into position-in-waiting-queue 2022-01-24 14:31:03 -03:00
local-settings Add try/catch on local-settings methods 2021-05-05 09:27:56 -03:00
log-client/server Create ClientConnections structure and auth-token-validation collection 2020-09-01 09:07:56 -03:00
meetings Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-15001 2022-07-27 09:49:19 -03:00
pads Swap version of bbb-diff npm dependency 2022-06-03 14:00:44 -03:00
polls fix grouping of poll results in chat 2022-06-13 13:08:44 -03:00
presentation-pods Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00
presentation-upload-token Merge pull request #15598 from ramonlsouza/merge-2526-aug25 2022-08-29 15:58:53 -03:00
presentations Merge pull request #15583 from germanocaumo/tldraw-viewbox-sync 2022-08-30 17:00:14 -03:00
screenshare feat: configurable DSCP marking for WebRTC media 2022-08-15 21:24:05 +00:00
slides restore needed imports 2022-08-26 14:30:40 -03:00
users Merge pull request #15408 from prlanzarin/u26/fix/audio-reconn-stuck 2022-07-21 15:06:41 -03:00
users-infos Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00
users-persistent-data feat(captions): add talking indicator feedback 2022-07-20 17:20:51 +00:00
users-settings fix(layout): Remove stray code from merge and fix indentation 2022-04-14 19:22:21 +00:00
video-streams fix(webcam): properly flatten videoStream on meteor sync call 2022-08-17 16:04:02 +00:00
voice-call-states Merge remote-tracking branch 'upstream/develop' into multiple-choice-poll 2021-02-11 10:12:34 +01:00
voice-users refactor(audio): log VoiceUser cleanup on User remove and centralize it 2022-07-20 12:13:37 +00:00
whiteboard-multi-user Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00