isAllMemberMuted property

bool? isAllMemberMuted
final

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

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

Implementation

final bool? isAllMemberMuted;