livekit-client 1.15.11 → 1.15.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;
|