isAllMemberMuted property

bool? isAllMemberMuted
final

~english Checks whether all members are muted in the chat room from the memory.

Note To get the correct value, ensure that you call EMChatRoomManager.fetchChatRoomInfoFromServer before calling this method. ~end

~chinese 从内存中查看是否在全员禁言状态。

  • true:开启全员禁言。
  • false:关闭全员禁言。

Note 如果需要获取最新值,请调用 EMChatRoomManager.fetchChatRoomInfoFromServer。 ~end

Implementation

final bool? isAllMemberMuted;