onMuteListAddedFromChatRoom property

(void Function(String roomId, List<String> mutes, String? expireTime)?) onMuteListAddedFromChatRoom
final

有成员被禁言回调。

Implementation

final void Function(
  String roomId,
  List<String> mutes,
  String? expireTime,
)? onMuteListAddedFromChatRoom;