start Channel Call
open fun startChannelCall( @NonNull context: Context, @NonNull channelSessionID: String, isVisitorChannel: Boolean, @Nullable completion: CompletionCallback)
Content copied to clipboard
Call this method to connect to a channel
Parameters
context
the application context
channel Session ID
the id of the channel the you want to start.
is Visitor Channel
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)
Content copied to clipboard
Call this method to connect to a channel
Parameters
context
the application context
channel Session ID
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