microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Disable sending position updates in viewOnly mode

ryanbliss opened this issue · comments

We need a way to disable sending position updates in viewOnly mode in the LiveMediaSessionCoordinator, or to follow the existing pattern, canSendPositionUpdates. This is needed for the 100+ user scenarios we are pursuing, and would also save a good amount of COGS for smaller meetings as well.

More investigation is needed into how this will impact things. This should not be a breaking change, so we are okay to pick this up beyond V1.

Duplicate of #636