StoredRecording is the stored recording accessor
()
| 462 | |
| 463 | // StoredRecording is the stored recording accessor |
| 464 | func (c *Client) StoredRecording() ari.StoredRecording { |
| 465 | return &storedRecording{c} |
| 466 | } |
| 467 | |
| 468 | // TextMessage is the text message accessor |
| 469 | func (c *Client) TextMessage() ari.TextMessage { |
no outgoing calls
no test coverage detected