Skip to main content

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

PropertyTypeDescription
SuccessfulboolWhether the tap operation has completed successfully.
EventSignalWire.Relay.EventThe last event that completed the call.
TapSignalWire.Relay.Calling.CallTapThe call tap configuration.
SourceDeviceSignalWire.Relay.Calling.CallTapDeviceThe source tap device details.
DestinationDeviceSignalWire.Relay.Calling.CallTapDeviceThe destination tap device details.