Relay.Calling.TapResult
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 | dict | Object with payload for this action. |
source_device | dict | Source device sending media. |
destination_device | dict | Destination device receiving media. |