@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 CHANGED
@@ -13519,7 +13519,7 @@ var RTCPeerConnectionController = class extends Destroyable {
13519
13519
  };
13520
13520
  }
13521
13521
  get inputVideoDeviceConstraints() {
13522
- if (this.options.video === false && !this.options.inputVideoDeviceConstraints) return false;
13522
+ if (!this.options.video && !this.options.inputVideoDeviceConstraints) return false;
13523
13523
  return {
13524
13524
  ...this.options.inputVideoDeviceConstraints,
13525
13525
  ...this.deviceController.selectedVideoInputDeviceConstraints