Documentation
¶
Overview ¶
Package handoff proxies RTCPeerConnection operations from the browser to backend-owned Pion peer connections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JavaScript ¶
func JavaScript() string
Types ¶
type Server ¶
type Server struct {
OnPeerConnection func(*webrtc.PeerConnection)
OnDataChannel func(*webrtc.DataChannel)
OnDataChannelMessage func(webrtc.DataChannelMessage) bool
// contains filtered or unexported fields
}
func (*Server) SetupHandlers ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
examples
|
|
|
datachannel
command
datachannel demonstrates serving a static HTML page over HTTP.
|
datachannel demonstrates serving a static HTML page over HTTP. |
|
greasemonkey
command
|
|
|
media-save
command
|
|
|
media-send
command
|
Click to show internal directories.
Click to hide internal directories.