We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f5041 commit 7b87f63Copy full SHA for 7b87f63
test/whip.go
@@ -52,7 +52,7 @@ func RunWHIPTest(t *testing.T, conf *TestConfig, bus psrpc.MessageBus, commandPs
52
require.NoError(t, err)
53
}()
54
55
- err = whipsrv.Start(conf.Config, svc.HandleWHIPPublishRequest, svc.GetHealthHandlers())
+ err = whipsrv.Start(conf.Config, svc.HandleWHIPPublishRequest, nil, svc.GetHealthHandlers())
56
57
err = relay.Start(conf.Config)
58
0 commit comments