Bridge is the bridge operation accessor
()
| 417 | |
| 418 | // Bridge is the bridge operation accessor |
| 419 | func (c *Client) Bridge() ari.Bridge { |
| 420 | return &bridge{c} |
| 421 | } |
| 422 | |
| 423 | // Bus is the bus operation accessor |
| 424 | func (c *Client) Bus() ari.Bus { |
no outgoing calls