MCPcopy Index your code
hub / github.com/koding/kite / webRTCHandler

Struct webRTCHandler

handlers.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const WebRTCHandlerName = "kite.handleWebRTC"
28
29type webRTCHandler struct {
30 kitesColl cache.Cache
31}
32
33// NewWebRCTHandler creates a new handler for web rtc signalling services.
34func NewWebRCTHandler() *webRTCHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected