bigbluebutton-Github/bigbluebutton-html5/imports/api/annotations
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
..
server fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
addAnnotation.js WIP: tldraw in akka-model & starting cleanup 2022-05-13 02:47:39 +00:00
index.js Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00