Browse SDKs · Flutter
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,
);

The pinned Flutter SDK does not provide the WASM exempt-user parameter. A successful Future means that the server completed the setting request. Reconcile the final group profile through onGroupInfoChanged or another query.