acceptInvitation

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

Deprecated

As of 4.17.0, replaced with awaitAcceptInvitation(accessCode).

Replace with

awaitAcceptInvitation(accessCode)

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.