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

Method HTTPPort

pkg/service/server.go:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200func (s *LivekitServer) HTTPPort() int {
201 return int(s.config.Port)
202}
203
204func (s *LivekitServer) IsRunning() bool {
205 return s.running.Load()

Callers 3

waitForServerToStartFunction · 0.80
TestSingleNodeCORSFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestSingleNodeCORSFunction · 0.64