isAllMemberMuted property

bool? isAllMemberMuted
final

Gets Whether all members are muted.

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

Implementation

final bool? isAllMemberMuted;