onAllChatRoomMemberMuteStateChanged property

(void Function(String roomId, bool isAllMuted)?) onAllChatRoomMemberMuteStateChanged
final

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

Implementation

final void Function(
  String roomId,
  bool isAllMuted,
)? onAllChatRoomMemberMuteStateChanged;