isRemoteControlEnabled is currently initialised to true, and when it changes an event is sent to all participants.
The issue is that when a new participant arrived, if the host deactivated remote control, the new one will still "see" that they can control the screen which is incorrect
Example:
|
isRemoteControlEnabled: false, |
We should investigate if we can keep some of the room's state in Livekit or any workaround
isRemoteControlEnabledis currently initialised to true, and when it changes an event is sent to all participants.The issue is that when a new participant arrived, if the host deactivated remote control, the new one will still "see" that they can control the screen which is incorrect
Example:
hopp/tauri/src/lib/deepLinkUtils.ts
Line 112 in dede7ca
We should investigate if we can keep some of the room's state in Livekit or any workaround