microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.
Other
93 stars 29 forks source link

Added flag to disable sending position updates for media session #708

Closed huntj88 closed 1 year ago

huntj88 commented 1 year ago

Added canSendPositionUpdates flag to disable sending position updates for media session This flag largely meant to limit the number of signals sent to the group for performance reasons. It does not provide any security in itself.

636