onMuteListAddedFromChatRoom property
final
Occurs when a chat room member(s) is/are added to mute list.
Implementation
final void Function(String roomId, List<String> mutes, String? expireTime)?
onMuteListAddedFromChatRoom;
Occurs when a chat room member(s) is/are added to mute list.
final void Function(String roomId, List<String> mutes, String? expireTime)?
onMuteListAddedFromChatRoom;