Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignalingServer ¶
type SignalingServer struct {
// contains filtered or unexported fields
}
func NewSignalingServer ¶
func NewSignalingServer(id_length int, identifyMessageSender, addSelfToGetAllPeerIDs bool) *SignalingServer
func (*SignalingServer) GetAllPeerIDs ¶
func (s *SignalingServer) GetAllPeerIDs() []string
func (*SignalingServer) HandleWebSocketConn ¶
func (s *SignalingServer) HandleWebSocketConn(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.