Endpoint is the endpoint accessor
()
| 437 | |
| 438 | // Endpoint is the endpoint accessor |
| 439 | func (c *Client) Endpoint() ari.Endpoint { |
| 440 | return &endpoint{c} |
| 441 | } |
| 442 | |
| 443 | // LiveRecording is the live recording accessor |
| 444 | func (c *Client) LiveRecording() ari.LiveRecording { |
no outgoing calls