Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
200
func
(s *LivekitServer) HTTPPort() int {
201
return
int(s.config.Port)
202
}
203
204
func
(s *LivekitServer) IsRunning() bool {
205
return
s.running.Load()
Callers
3
waitForServerToStart
Function · 0.80
TestSingleNodeCORS
Function · 0.80
TestSingleNodeDoubleSlash
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestSingleNodeCORS
Function · 0.64
TestSingleNodeDoubleSlash
Function · 0.64