SignalWire.Relay.Calling.TapResult
This object returned from Tap
method or part of the action when TapAsync
completes, which represents the final result of a tap operation.
Properties
Property | Type | Description |
---|---|---|
Successful | bool | Whether the tap operation has completed successfully. |
Event | SignalWire.Relay.Event | The last event that completed the call. |
Tap | SignalWire.Relay.Calling.CallTap | The call tap configuration. |
SourceDevice | SignalWire.Relay.Calling.CallTapDevice | The source tap device details. |
DestinationDevice | SignalWire.Relay.Calling.CallTapDevice | The destination tap device details. |