muteAllTeamMember method
禁言群全体成员 将整个群禁言,该操作仅群主或者管理员有权限。禁言操作成功之后,会回调群更新接口,影响方法
Implementation
Future<NIMResult<void>> muteAllTeamMember(String teamId, bool mute) async {
throw UnimplementedError('muteAllTeamMember() is not implemented');
}
禁言群全体成员 将整个群禁言,该操作仅群主或者管理员有权限。禁言操作成功之后,会回调群更新接口,影响方法
Future<NIMResult<void>> muteAllTeamMember(String teamId, bool mute) async {
throw UnimplementedError('muteAllTeamMember() is not implemented');
}