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