Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONSignal ¶
func NewJSONSignal ¶
func NewJSONSignal(p *sfu.Peer) *JSONSignal
type Join ¶
type Join struct { Sid string `json:"sid"` Offer webrtc.SessionDescription `json:"offer"` }
Join message sent when initializing a peer connection
type Negotiation ¶
type Negotiation struct {
Desc webrtc.SessionDescription `json:"desc"`
}
Negotiation message sent when renegotiating the peer connection
Click to show internal directories.
Click to hide internal directories.