onAllChatRoomMemberMuteStateChanged property
final
Occurs when all members in the chat room are muted or unmuted.
Implementation
final void Function(String roomId, bool isAllMuted)?
onAllChatRoomMemberMuteStateChanged;
Occurs when all members in the chat room are muted or unmuted.
final void Function(String roomId, bool isAllMuted)?
onAllChatRoomMemberMuteStateChanged;