|
|
|
|
@ -71,7 +71,7 @@ type webRTCServer struct {
@@ -71,7 +71,7 @@ type webRTCServer struct {
|
|
|
|
|
externalAuthenticationURL string |
|
|
|
|
allowOrigin string |
|
|
|
|
trustedProxies conf.IPsOrCIDRs |
|
|
|
|
stunServers []string |
|
|
|
|
iceServers []string |
|
|
|
|
readBufferCount int |
|
|
|
|
pathManager *pathManager |
|
|
|
|
metrics *metrics |
|
|
|
|
@ -107,7 +107,7 @@ func newWebRTCServer(
@@ -107,7 +107,7 @@ func newWebRTCServer(
|
|
|
|
|
serverCert string, |
|
|
|
|
allowOrigin string, |
|
|
|
|
trustedProxies conf.IPsOrCIDRs, |
|
|
|
|
stunServers []string, |
|
|
|
|
iceServers []string, |
|
|
|
|
readBufferCount int, |
|
|
|
|
pathManager *pathManager, |
|
|
|
|
metrics *metrics, |
|
|
|
|
@ -160,7 +160,7 @@ func newWebRTCServer(
@@ -160,7 +160,7 @@ func newWebRTCServer(
|
|
|
|
|
externalAuthenticationURL: externalAuthenticationURL, |
|
|
|
|
allowOrigin: allowOrigin, |
|
|
|
|
trustedProxies: trustedProxies, |
|
|
|
|
stunServers: stunServers, |
|
|
|
|
iceServers: iceServers, |
|
|
|
|
readBufferCount: readBufferCount, |
|
|
|
|
pathManager: pathManager, |
|
|
|
|
metrics: metrics, |
|
|
|
|
@ -249,7 +249,7 @@ outer:
@@ -249,7 +249,7 @@ outer:
|
|
|
|
|
s.readBufferCount, |
|
|
|
|
req.pathName, |
|
|
|
|
req.wsconn, |
|
|
|
|
s.stunServers, |
|
|
|
|
s.iceServers, |
|
|
|
|
&wg, |
|
|
|
|
s.pathManager, |
|
|
|
|
s, |
|
|
|
|
|