SignalWire.Relay.Calling.ConnectResult
This object returned from Connect
method that represents the final result of a connection between your call and another peer.
Properties
Property | Type | Description |
---|---|---|
Successful | bool | Whether the recording has completed successfully. |
Event | SignalWire.Relay.Event | The last event that completed the call. |
Call | SignalWire.Relay.Calling.Call | Peer Call connected with yours when successful. |