Channel is the channel operation accessor
()
| 427 | |
| 428 | // Channel is the channel operation accessor |
| 429 | func (c *Client) Channel() ari.Channel { |
| 430 | return &channel{c} |
| 431 | } |
| 432 | |
| 433 | // DeviceState is the device state operation accessor |
| 434 | func (c *Client) DeviceState() ari.DeviceState { |
no outgoing calls