bigbluebutton-Github/bigbluebutton-html5/imports/api/annotations/server
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
..
handlers fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
methods fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
modifiers Fix typo 2020-11-30 15:59:12 -05:00
eventHandlers.js WIP: tldraw in akka-model & starting cleanup 2022-05-13 02:47:39 +00:00
index.js Moved files up to api/ 2017-10-11 18:09:35 -07:00
methods.js remove lockfileVersion and duplicate method 2022-05-13 02:47:41 +00:00
publishers.js Merge remote-tracking branch 'upstream/v2.2.x-release' into remove-callbacks 2020-11-25 10:54:18 -03:00
streamer.js Remove streamers on meeting end 2019-11-13 13:53:45 -03:00