onAllChatRoomMemberMuteStateChanged property

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

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

~chinese 聊天室全员禁言状态变化回调。 ~end

Implementation

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