SDKsFlutter
Mute or unmute the entire group
Enable or disable group-wide mute with the OpenIM Flutter SDK.
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.
Was this page helpful?