transfer Call To External
suspend fun transferCallToExternal( context: Context, vCall: STWVCall, recipient: STWRecipientSingle, isAnonymous: Boolean = false): ApiResult<STWVCall>
Content copied to clipboard
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 contextContent copied to clipboard
v Call
the call to transferContent copied to clipboard
recipient
the recipients of the transfer using the data model [STWRecipient]Content copied to clipboard
is Anonymous
: whether the call is anonymous or not