@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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +39 -39
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), {
|
|
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: {
|