onMuteListAddedFromChatRoom method Null safety
Occurs when there are chat room member(s) muted (added to mute list),
Param roomId The chatroom ID.
Param mutes The members to be muted.
Param expireTime The mute duration.
Implementation
void onMuteListAddedFromChatRoom(
String roomId,
List<String> mutes,
String? expireTime,
);