| 27 | const WebRTCHandlerName = "kite.handleWebRTC" |
| 28 | |
| 29 | type webRTCHandler struct { |
| 30 | kitesColl cache.Cache |
| 31 | } |
| 32 | |
| 33 | // NewWebRCTHandler creates a new handler for web rtc signalling services. |
| 34 | func NewWebRCTHandler() *webRTCHandler { |
nothing calls this directly
no outgoing calls
no test coverage detected