permissionsChanged
When a user gives/revokes your broadcast or screenshare permissions, then the permissionsChanged event will be emitted. Such users are typically moderators who are capable of managing other users' permissions.
Typical use-case for listening to this event is to show camera and microphone icons in your custom toolbar when the user receives permissions to broadcast.
Sample payload
Sample subscription code
Last updated