This commit is contained in:
David Zhao
2021-06-09 13:17:13 -07:00
parent 0098d61eff
commit 6278673b46
+1 -1
View File
@@ -148,7 +148,7 @@ func newParticipantForTest(identity string) *ParticipantImpl {
// disable mux, it doesn't play too well with unit test
conf.RTC.UDPPort = 0
conf.RTC.TCPPort = 0
rtcConf, err := NewWebRTCConfig(&conf.RTC, "")
rtcConf, err := NewWebRTCConfig(conf, "")
if err != nil {
panic(err)
}