bigbluebutton-Github/bigbluebutton-html5/imports/api/annotations/server/methods
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
..
clearWhiteboard.js Add try/catch on annotations methods 2021-05-04 11:38:56 -03:00
deleteAnnotations.js fix viewer crash when there is no presentation + some cleanup 2022-05-20 12:12:58 +00:00
sendAnnotationHelper.js fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
sendAnnotations.js WIP: tldraw in akka-model & starting cleanup 2022-05-13 02:47:39 +00:00
sendBulkAnnotations.js WIP: tldraw in akka-model & starting cleanup 2022-05-13 02:47:39 +00:00