@myinterview/widget-react 1.1.23-development-ff49dbb → 1.1.23-development-b67ffe6

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/esm/index.js CHANGED
@@ -44307,7 +44307,7 @@ const recorderMachineV2 = createMachine({
44307
44307
  audio: {
44308
44308
  deviceId: audioDeviceId ? { exact: audioDeviceId } : undefined,
44309
44309
  },
44310
- video: isVideoOff() ? false : Object.assign(Object.assign({}, context.constraint.video), { deviceId: videoDeviceId ? { exact: videoDeviceId } : undefined, aspectRatio: 16 / 9 }),
44310
+ video: isVideoOff() ? false : Object.assign(Object.assign({}, context.constraint.video), { facingMode: context.facingMode, aspectRatio: 4 / 3 }),
44311
44311
  };
44312
44312
  const desktopConstraints = {
44313
44313
  audio: {