package
0.0.0-20191129195321-8567bd0c52ab
Repository: https://github.com/decentraland/webrtc-broker.git
Documentation: pkg.go.dev

# Functions

NewServer creates a new communication server.
Shutdown ..

# Structs

Config represents the server config.
Peer represents a server connection.
PeerStats ...
Server ...
Stats ...

# Interfaces

IWebRtc is this module interface.

# Type aliases

DataChannel is the top level pion's data channel.
DataChannelState is the pion's data channel state.
ICECandidate is the pion's ICECandidate.
ICECandidateType is the pion's ICECandidateType.
ICEConnectionState is the pion's ICEConnectionState.
ICEServer represents a ICEServer config.
PeerConnection represents the webrtc connection.
ReadWriteCloser is the detached datachannel pion's interface for read/write.