Versions in this module Expand all Collapse all v1 v1.0.4 Jul 3, 2023 Changes in this version + var ErrorClientOffline = errors.New("WebRTC Client Offline") + var ErrorCodecNotSupported = errors.New("WebRTC Codec Not Supported") + var ErrorIgnoreAudioTrack = errors.New(...) + var ErrorNotFound = errors.New("WebRTC Stream Not Found") + var ErrorNotTrackAvailable = errors.New("WebRTC Not Track Available") + type Muxer struct + ClientACK *time.Timer + Options Options + StreamACK *time.Timer + func NewMuxer(options Options) *Muxer + func (element *Muxer) Close() error + func (element *Muxer) NewPeerConnection(configuration webrtc.Configuration) (*webrtc.PeerConnection, error) + func (element *Muxer) WriteHeader(streams []av.CodecData, sdp64 string) (string, error) + func (element *Muxer) WritePacket(pkt av.Packet) (err error) + type Options struct + ICECandidates []string + ICECredential string + ICEServers []string + ICEUsername string + PortMax uint16 + PortMin uint16 + type Stream struct