transferCallToExternal

open fun transferCallToExternal(    @NonNull context: Context,     @Nullable user: String,     @NonNull call: STWVCall,     isAnonymous: Boolean,     @Nullable completion: CompletionCallback)

Call this method to transfer an ongoing live call (1 to 1) to an external user

Parameters

context

the application context

user

the number of the external user that you want to transfer the call

call

the call to transfer

completion

is a block of code which will be invoked when the transfer is sent