acceptInvitation

suspend fun GroupChannel.acceptInvitation(accessCode: String? = null)

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

Since

4.15.0

Parameters

accessCode

The access code for the invitation.