onMuteListRemovedFromGroup abstract method Null safety
Occurs when one or more group members are unmuted.
Param groupId The group ID.
Param mutes The member(s) added to the mute list.
Implementation
void onMuteListRemovedFromGroup(String groupId, List<String> mutes);