startChannelCall

open fun startChannelCall(    @NonNull context: Context,     @NonNull channelSessionID: String,     isVisitorChannel: Boolean,     @Nullable completion: CompletionCallback)

Call this method to connect to a channel

Parameters

context

the application context

channelSessionID

the id of the channel the you want to start.

isVisitorChannel

whether the channel is visitor or not.

completion

is a block of code which will be invoked when the call is created


open fun startChannelCall(    @NonNull context: Context,     @NonNull channelSessionID: String,     @Nullable completion: CompletionCallback)

Call this method to connect to a channel

Parameters

context

the application context

channelSessionID

the id of the channel the you want to start.

completion

is a block of code which will be invoked when the call is created