Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
ConnectionPair *ConnectionPair
OffererConnected chan bool
AnswererConnected chan bool
Logger *slog.Logger
Stats *stats.Stats
// contains filtered or unexported fields
}
type ConnectionPair ¶
type ConnectionPair struct {
OfferPC *webrtc.PeerConnection
OfferDC *webrtc.DataChannel
AnswerPC *webrtc.PeerConnection
LogOfferer *slog.Logger
LogAnswerer *slog.Logger
// contains filtered or unexported fields
}
type IceServersConfig ¶ added in v1.0.7
Click to show internal directories.
Click to hide internal directories.