startCallOut

open fun startCallOut(    @NonNull context: Context,     @NonNull user: String,     @Nullable completion: CompletionCallback)

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)

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

isAnonymous

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