MCPcopy Create free account
hub / github.com/livekit/livekit / NodeType

Method NodeType

pkg/routing/node.go:104–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (l *LocalNodeImpl) NodeType() livekit.NodeType {
105 l.lock.RLock()
106 defer l.lock.RUnlock()
107
108 return l.node.Type
109}
110
111func (l *LocalNodeImpl) NodeIP() string {
112 l.lock.RLock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected