acceptGroupInvite

public abstract void acceptGroupInvite(String groupId, String inviterId, IRongCoreCallback.OperationCallback callback)

User agrees to join a group

Parameters

groupId

The ID of the group.

inviterId

The user ID of the inviter.

callback

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