Description
On the Latitude 7320 Detachable running Windows 11, when using portrait mode (similar to an iPad) and switching from a normal video to a virtual background, the camera rotates horizontally.
This issue occurs in both the preview and during meeting sessions.
Additionally, in the meeting, the camera is stretched abnormally.
This is my sessionID: /Zz4K4IhSqmEqi2iJTElCA==
Browser Console Error
N/A
Which Web Video SDK version?
2.1.0
Video SDK Code Snippets
try {
if (imageUrl) {
await this.localVideoTrack.start(document.querySelector('#preview-camera-canvas'), { imageUrl: imageUrl });
} else {
await this.localVideoTrack.start(document.querySelector('#preview-camera-video'));
}
} catch (error) {
Logger.error('[VIDEO-SDK JS] Start local preview video error', error);
throw error;
}
To Reproduce(If applicable)
- Open camera without virtual background
- Rotate device to portrait mode
- Switch to virtual background
Device (please complete the following information):
- Device: Latitude 7320 Detachable
- OS: Window 11 Pro
- Browser: Chrome
- Browser Version: 134.0.6998.89