acceptInvitation

Accepts the invitation sent to the current User. After the acceptance, the User will be joined to this GroupChannel.

Since

3.0.30

Parameters

handler

Callback handler.


fun acceptInvitation(accessCode: String?, handler: CompletionHandler?)

Accepts the invitation sent to the current User. After the acceptance, the User will be joined to this GroupChannel.

Since

3.0.76

Parameters

accessCode

Access code for this channel.

handler

Callback handler.