onGroupMutedInfoUpdated property
void Function(ZIM zim, ZIMGroupMuteInfo mutedInfo, ZIMGroupOperatedInfo operatedInfo, String groupID)?
onGroupMutedInfoUpdated
getter/setter pair
Event callback when the group is muted.
Available since: 2.14.0 and above.
Description: Notification callback when the group mute information changes.
Triggered when: When the group mute information changes, users in the group will trigger this callback.
Related APIs: muteGroup, group mute.
zimZIM instance.mutedInfoGroup mute information.operatedInfoGroup operation information.groupIDGroup ID.
Implementation
static void Function(
ZIM zim,
ZIMGroupMuteInfo mutedInfo,
ZIMGroupOperatedInfo operatedInfo,
String groupID,
)?
onGroupMutedInfoUpdated;