MCPcopy
hub / github.com/livekit/livekit / setupMultiNodeTest

Function setupMultiNodeTest

test/integration_helpers.go:82–84  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

80}
81
82func setupMultiNodeTest(name string) (*service.LivekitServer, *service.LivekitServer, func()) {
83 return setupMultiNodeTestWithConfig(name, nil)
84}
85
86func setupMultiNodeTestWithConfig(name string, configUpdater func(*config.Config)) (*service.LivekitServer, *service.LivekitServer, func()) {
87 logger.Infow("----------------STARTING TEST----------------", "test", name)

Calls 1