SignalWire.Relay.Calling.ConnectAction
This object returned from ConnectAsync
method that represents a connect operation that is currently active on a call.
Properties​
Property | Type | Description |
---|---|---|
Result | SignalWire.Relay.Calling.ConnectResult | Final result of connecting. |
State | SignalWire.Relay.Calling.CallConnectState | Current state of the connect operation. |
Completed | bool | Whether the connection attempt has completed. |
Payload | List<List<SignalWire.Relay.Calling.CallDevice >> | Payload sent to Relay to start the connect. |