allowBroadcast()

allowBroadcast(userId: string)

Grants broadcast permissions to the target user. The target user id is provided as a parameter.

The target user will be able to turn on camera and microphone after this method is called.

sambaFrame.allowBroadcast('9efc7798-a1a4-44bd-9d8d-532fe0feea9d');

Sample use case: Have a custom participants panel in your integration and want moderators to be able to grant broadcast permissions to particular users, so they can turn on camera and microphone. It will be mostly useful in webinar scenarios where particular roles do not have broadcast permissions by default.

Last updated