Versions in this module Expand all Collapse all v0 v0.2.0 Jan 27, 2025 Changes in this version type Client + func NewFromPc(urlString string, pc *webrtc.PeerConnection) (*Client, error) v0.1.0 Jan 27, 2025 Changes in this version + var ErrFailedToConnect = errors.New("Failed to connect") + var ErrFailedToDisconnect = errors.New("Failed to remove server resource") + var ErrInvalidURL = errors.New("Invalid server URL") + var ErrNoLocationHeader = errors.New("No location header in the response") + type Client struct + Pc *webrtc.PeerConnection + func New(urlString string, pcConfig webrtc.Configuration) (*Client, error) + func (client *Client) Connect() error + func (client *Client) Disconnect() error