join

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

Deprecated

As of 4.17.0, replaced with awaitJoin(accessCode).

Replace with

awaitJoin(accessCode)

Joins this channel if this channel is public.

Since

4.15.0

Parameters

accessCode

The access code for the invitation.