Documentation ¶ Index ¶ func Dial(rawURL string) (core.Producer, error) type Client func (c *Client) AddTrack(media *core.Media, _ *core.Codec, track *core.Receiver) error func (c *Client) GetTrack(media *core.Media, codec *core.Codec) (*core.Receiver, error) func (c *Client) Start() error func (c *Client) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Dial ¶ func Dial(rawURL string) (core.Producer, error) Types ¶ type Client ¶ type Client struct { core.Connection // contains filtered or unexported fields } func (*Client) AddTrack ¶ func (c *Client) AddTrack(media *core.Media, _ *core.Codec, track *core.Receiver) error func (*Client) GetTrack ¶ func (c *Client) GetTrack(media *core.Media, codec *core.Codec) (*core.Receiver, error) func (*Client) Start ¶ func (c *Client) Start() error func (*Client) Stop ¶ func (c *Client) Stop() error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.