Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CandidateSender ¶
type CandidateSender func(webrtc.ICECandidateInit)
type Engine ¶
type Engine struct { AdvertiseHost string // contains filtered or unexported fields }
func (*Engine) OfferToSend ¶
func (e *Engine) OfferToSend(src av.Demuxer, addViewer ViewerFunc, remoteIP string, sendCandidate CandidateSender) (*Sender, error)
type ViewerFunc ¶
type ViewerFunc func(int)
Click to show internal directories.
Click to hide internal directories.