MCPcopy Index your code
hub / github.com/livekit/livekit / SetNodeID

Method SetNodeID

pkg/routing/node.go:31–31  ·  view source on GitHub ↗
(nodeID livekit.NodeID)

Source from the content-addressed store, hash-verified

29type LocalNode interface {
30 Clone() *livekit.Node
31 SetNodeID(nodeID livekit.NodeID)
32 NodeID() livekit.NodeID
33 NodeType() livekit.NodeType
34 NodeIP() string

Callers 3

createSingleNodeServerFunction · 0.95
createMultiNodeServerFunction · 0.95
setupServerWithWebhookFunction · 0.95

Implementers 1

LocalNodeImplpkg/routing/node.go

Calls

no outgoing calls

Tested by 1

setupServerWithWebhookFunction · 0.76