join

fun join(handler: CompletionHandler?)

Joins this channel if this channel is public.

Since

3.0.50

Parameters

handler

Callback handler.


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

Joins this channel if this channel is public.

Since

3.0.76

Parameters

accessCode

Access code for this channel.

handler

Callback handler.