@signalwire/js 4.0.0-dev-20260318135307 → 4.0.0-dev-20260318145605
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.
- package/dist/browser.mjs +1 -1
- package/dist/browser.mjs.map +1 -1
- package/dist/browser.umd.js +1 -1
- package/dist/browser.umd.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/browser.mjs
CHANGED
|
@@ -13519,7 +13519,7 @@ var RTCPeerConnectionController = class extends Destroyable {
|
|
|
13519
13519
|
};
|
|
13520
13520
|
}
|
|
13521
13521
|
get inputVideoDeviceConstraints() {
|
|
13522
|
-
if (this.options.video
|
|
13522
|
+
if (!this.options.video && !this.options.inputVideoDeviceConstraints) return false;
|
|
13523
13523
|
return {
|
|
13524
13524
|
...this.options.inputVideoDeviceConstraints,
|
|
13525
13525
|
...this.deviceController.selectedVideoInputDeviceConstraints
|