onMuteListRemovedFromChatRoom method Null safety
Occurs when there are chat room member(s) unmuted (removed from mute list).
Param roomId The chatroom ID.
Param mutes The member(s) muted is removed from the mute list.
Implementation
void onMuteListRemovedFromChatRoom(
String roomId,
List<String> mutes,
);