mirror of
https://github.com/livekit/livekit.git
synced 2026-08-29 07:39:09 +00:00
start signal relay sessions with the correct node (#1721)
* start signal relay sessions with the correct node * enable signal relay in multiregion integration test
This commit is contained in:
@@ -170,6 +170,7 @@ func createMultiNodeServer(nodeID string, port uint32) *service.LivekitServer {
|
||||
conf.RTC.TCPPort = port + 2
|
||||
conf.Redis.Address = "localhost:6379"
|
||||
conf.Keys = map[string]string{testApiKey: testApiSecret}
|
||||
conf.SignalRelay.Enabled = true
|
||||
|
||||
currentNode, err := routing.NewLocalNode(conf)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user