Playback is the media playback accessor
()
| 452 | |
| 453 | // Playback is the media playback accessor |
| 454 | func (c *Client) Playback() ari.Playback { |
| 455 | return &playback{c} |
| 456 | } |
| 457 | |
| 458 | // Sound is the sound accessor |
| 459 | func (c *Client) Sound() ari.Sound { |
no outgoing calls