Mailbox is the mailbox accessor
()
| 447 | |
| 448 | // Mailbox is the mailbox accessor |
| 449 | func (c *Client) Mailbox() ari.Mailbox { |
| 450 | return &mailbox{c} |
| 451 | } |
| 452 | |
| 453 | // Playback is the media playback accessor |
| 454 | func (c *Client) Playback() ari.Playback { |
no outgoing calls