onAudioStreamBanned property

OnAudioStreamBannedType? onAudioStreamBanned
getter/setter pair

This callback is triggered by calling the OpenAPI BanUserStream/UnbanUserStream to disable/enable the specified user publishing audio streams in the specified room.

Notes:

  • When the specified user in the room is banned/unbanned from publishing audio 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

OnAudioStreamBannedType? onAudioStreamBanned;