@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/cjs/index.js CHANGED
@@ -44333,7 +44333,7 @@ const recorderMachineV2 = createMachine({
44333
44333
  audio: {
44334
44334
  deviceId: audioDeviceId ? { exact: audioDeviceId } : undefined,
44335
44335
  },
44336
- video: isVideoOff() ? false : Object.assign(Object.assign({}, context.constraint.video), { deviceId: videoDeviceId ? { exact: videoDeviceId } : undefined, aspectRatio: 16 / 9 }),
44336
+ video: isVideoOff() ? false : Object.assign(Object.assign({}, context.constraint.video), { facingMode: context.facingMode, aspectRatio: 4 / 3 }),
44337
44337
  };
44338
44338
  const desktopConstraints = {
44339
44339
  audio: {