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:
Paul Wells
2023-05-18 12:39:02 -07:00
committed by GitHub
parent 2e93d386fe
commit e03b7ef8de
4 changed files with 2 additions and 3 deletions
+1
View File
@@ -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 {