transferCallToExternal

suspend fun transferCallToExternal(    context: Context,     vCall: STWVCall,     recipient: STWRecipientSingle,     isAnonymous: Boolean = false): ApiResult<STWVCall>

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

Return

a ApiResult.Success of STWVCall object if the call started successfully or else will return ApiResult.Error if not

Parameters

context
    the application context
vCall
    the call to transfer
recipient
    the recipients of the transfer using the data model [STWRecipient]
isAnonymous

: whether the call is anonymous or not