transfer Call
suspend fun transferCall( context: Context, vCall: STWVCall, recipient: STWRecipientSingle): ApiResult<STWVCall>
Content copied to clipboard
Call this method to transfer an ongoing live call (1 to 1) to a new 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