Relay::Calling::ConnectAction
This object is returned by connect!
method and represents a connecting attempt that is currently active on a call.
Properties
Property | Type | Description |
---|---|---|
result | Relay::Calling::ConnectResult | Final result of connecting. |
state | String | Current state of connecting attempt. |
completed | Boolean | Whether the connection attempt has completed. |
payload | Hash | Payload sent to Relay to start the connect. |
Methods
stop
Stop the action immediately.
Parameters
None
Returns
Relay::Calling::StopResult
- A StopResult
object with a successful
property.