livekit-client 1.15.11 → 1.15.12
Sign up to get free protection for your applications and to get access to all the features.
@@ -10614,7 +10614,7 @@ function getMatch(exp, ua) {
|
|
10614
10614
|
return match && match.length >= id && match[id] || '';
|
10615
10615
|
}
|
10616
10616
|
|
10617
|
-
var version$1 = "1.15.
|
10617
|
+
var version$1 = "1.15.12";
|
10618
10618
|
|
10619
10619
|
const version = version$1;
|
10620
10620
|
const protocolVersion = 11;
|
@@ -16749,7 +16749,7 @@ class PCTransportManager {
|
|
16749
16749
|
}]
|
16750
16750
|
};
|
16751
16751
|
this.publisher = new PCTransport(rtcConfig, googConstraints, loggerOptions);
|
16752
|
-
this.subscriber = new PCTransport(rtcConfig, loggerOptions);
|
16752
|
+
this.subscriber = new PCTransport(rtcConfig, undefined, loggerOptions);
|
16753
16753
|
this.publisher.onConnectionStateChange = this.updateState;
|
16754
16754
|
this.subscriber.onConnectionStateChange = this.updateState;
|
16755
16755
|
this.publisher.onIceConnectionStateChange = this.updateState;
|