onVideoStreamBanned property
This callback is triggered by calling the OpenAPI BanUserStream/UnbanUserStream to disable/enable the specified user publishing video streams in the specified room.
Notes:
- When the specified user in the room is banned/unbanned from publishing video streams, all users in the room will receive the callback.
- The banned/unbanned status will not change until the room is destroyed.
- Only users being banned/unbanned will receive this callback after the conference mode is turned on in the console.
Implementation
OnVideoStreamBannedType? onVideoStreamBanned;