Browse SDKs · Flutter
Platform
SDKsFlutter

Mute or unmute the entire group

Enable or disable group-wide mute with the OpenIM Flutter SDK.

Copy
await OpenIM.iMManager.groupManager.changeGroupMute(
  groupID: groupID,
  mute: true,
);

This method does not provide an exempt-user parameter. A successful Future means that the server completed the setting request. Reconcile the final group profile through onGroupInfoChanged or another query.