bigbluebutton-Github/bigbluebutton-html5/imports/api
germanocaumo 3ecf79cc4f 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-10-04 10:28:36 +00:00
..
annotations fix(whiteboard): only call annotation upsert in one frontend instance 2022-10-04 10:28:36 +00:00
audio/client/bridge fix(audio): clean up sfu broker, guarantee peer exists in getLocalStream 2022-03-17 11:20:19 -03: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-09-06 11:22:15 -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 remove unused variables 2021-05-07 08:54:01 -03: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 Fix link sanitizing in welcome message. 2022-04-04 17:34:16 -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 [fix-page-count-exeed] - Forwarded temporaryPresentationId to front-end and refactor it's name 2022-08-22 15:00:27 -03:00
presentations [fix-page-count-exeed] - Forwarded temporaryPresentationId to front-end and refactor it's name 2022-08-22 15:00:27 -03:00
screenshare Merge remote-tracking branch 'upstream/v2.4.x-release' into dev-24-0125 2022-01-25 16:56:52 +00:00
slides Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00
users prevent disconnect in same tab 2022-05-17 13:09:41 -03:00
users-infos Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00
users-persistent-data Merge remote-tracking branch 'upstream/v2.5.x-release' into wip-new-msg-userLeftFlag 2022-02-16 11:29:15 -03:00
users-settings Implement new param disabledFeatures 2022-02-07 10:22:52 -03:00
video-streams Merge remote-tracking branch 'upstream/v2.4.x-release' into v2.5.x-release 2022-02-24 14:49:56 +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 Fix: voice users not removed from participants list 2022-05-25 14:16:58 +02:00
whiteboard-multi-user Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00