onMuteListRemovedFromChatRoom method Null safety

void onMuteListRemovedFromChatRoom(
  1. String roomId,
  2. List<String> mutes
)

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,
);