Relay.Calling.TapResult
This object returned from tap
method that represents the final result of a tapping.
Properties
Property | Type | Description |
---|---|---|
successful | boolean | Whether the tapping has completed successfully |
event | Relay.Event | Last event that completed the operation |
tap | object | Object with payload for this action |
sourceDevice | object | Source device sending media |
destinationDevice | object | Destination device receiving media |