onAllChatRoomMemberMuteStateChanged method Null safety
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);