Hi there, I am working with zoom subsessions and I was wondering if there is a way that a regular client (not Host) could send messages to all users that are in the session ( Main session + subsessions ).
The use case is like this:
- There is an ongoing session with users in subsessions.
- A new user connects to the session and needs to send some info to all users, that are in the main session and subsessions.
- All the users that were online received what the new user have sent, no matter if they were in the main session or not.
For the main session info exchange I am using cmdChannel.send('test', userId)
but I am missing a command that could work like subsessionClient.broadcast('test')
, but for the user that has no privileges.
Is there something that could help me provide this ability to send info to all users no matter where are they in the session , for a user that has no privileges ?
Zoom Video SDK: v1.6.0
Browser: Chrome
Web Isolate: Implemented