Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
func NewConnection ¶
func NewConnection(p *sfu.PeerLocal, l logr.Logger) *Connection
type Join ¶
type Join struct { SID string `json:"sid"` UID string `json:"uid"` Offer webrtc.SessionDescription `json:"offer"` Config sfu.JoinConfig `json:"config"` }
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.