Relay.Calling.TapResult
Relay.Calling.TapResult
This object returned from tap method that represents the final result of a tapping.
Methods-submenu
GetDestinationDevice
Returns the destination device receiving media.
Parameters
None
Returns
Object - The destination device.
Examples
Tap audio and then inspect the destination device.
GetEvent
Returns the last Relay Event arrived for this operation.
Parameters
None
Returns
Relay.Event - Last Relay Event.
GetSourceDevice
Returns the source device sending media.
Parameters
None
Returns
Object - The source device.
Examples
Inspect the source device.
GetTap
Returns the params for this tap action.
Parameters
None
Returns
signalwire.Tap
Examples
Inspect the
tapparams.
GetSuccessful
Return true if the tapping succeeded, false otherwise.
Parameters
None
Returns
Boolean - True/False accordingly to the state.