microsoft / live-share-sdk

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

Fixed local user being able to draw on canvas without correct role #677

Closed huntj88 closed 1 year ago

huntj88 commented 1 year ago

If local user did not have the correct role they would still be able to draw on the canvas, but the events would not be sent to other users in the meeting, so only the local user could see the changes. This PR prevents local user from drawing if they don't have the correct roles.

Fixes #676