quitGroup

public abstract void quitGroup(String groupId, QuitGroupConfig config, IRongCoreCallback.OperationCallback callback)

Exit a group

Note: After exiting, the group conversation information is retained, but the user will no longer receive messages from this group. Local historical messages are not deleted.

Parameters

groupId

The group ID.

config

Configuration for exiting the group. It can be null, and null means using the default configuration. Refer to QuitGroupConfig

callback

The result is returned through this callback after the operation is completed.