start Call Out
open fun startCallOut( @NonNull context: Context, @NonNull user: String, @Nullable completion: CompletionCallback)
Content copied to clipboard
Call this method to start a new call out
Parameters
context
the application context
user
the international phone number of called party that you want to start with the call
completion
is a block of code which will be invoked when the call is created or fail to be created
open fun startCallOut( @NonNull context: Context, @NonNull user: String, isAnonymous: Boolean, @Nullable completion: CompletionCallback)
Content copied to clipboard
Call this method to start a new call out
Parameters
context
the application context
user
the international phone number of called party that you want to start with the call
is Anonymous
whether the call is anonymous or not
completion
is a block of code which will be invoked when the call is created or fail to be created