isAllMemberMuted property
~english Checks whether all members are muted,This property is available once join the chat room. After joining the chat room, when you receive a callback for muting or unmuting all members, this property will be updated. ~end
~chinese 聊天室成员是否全部被禁言。 聊天室成员是否全部被禁言,加入聊天室即可获取。 加入聊天室后,收到一键禁言/取消禁言的回调时,该状态会更新。 ~end
Implementation
final bool? isAllMemberMuted;