onAllChatRoomMemberMuteStateChanged method Null safety

void onAllChatRoomMemberMuteStateChanged(
  1. String roomId,
  2. bool isAllMuted
)

Occurs when all members in the chat room are muted or unmuted.

Param roomId The chatroom ID.

Param isAllMuted Whether all chat room members is muted or unmuted.

  • true: Yes;
  • false: No.

Implementation

void onAllChatRoomMemberMuteStateChanged(String roomId, bool isAllMuted);