You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome feature: chrome://flags/#camera-mic-preview needs to be enabled, the bug does not reproduce when it is disabled. This reproduces in our Angular app running twilio-video SDK, and it also reproduces on https://video-diagnostics.twilio.com in the "Check your video" section.
The camera selection dropdown menu lists all cameras. However, when changing the selected camera to a non-default camera in the dropdown menu, the selection is updated but the camera feed does not reflect the camera change. The camera feed still uses the Chrome's default camera, regardless of which camera is actually selected in the dropdown.
Technical details
In our app, we found a problem when calling: await Twilio.createLocalVideoTrack({ name: 'local-video', deviceId: device.id, width: 1280, height: 720, frameRate: 24, });
When the method is called with a different device id, the track it creates does not use that device. Instead the track uses the Chrome's default camera.
Software versions
Browser(s): Chrome 133
Operating System: Windows 10, Windows 11
twilio-video.js: 2.29.0
Third-party libraries (e.g., Angular, React, etc.): Angular
The text was updated successfully, but these errors were encountered:
Hi @vileht
Thank you for reaching out,
I wasn't able to reproduce the issue on Mac OS, but we're definitely going to look into it further! We'll try to replicate it on Windows 10 or Windows 11 and keep you updated with our findings. We’ll be back soon with more information on how to resolve this!
Summary
Chrome feature:
chrome://flags/#camera-mic-preview
needs to be enabled, the bug does not reproduce when it is disabled. This reproduces in our Angular app running twilio-video SDK, and it also reproduces on https://video-diagnostics.twilio.com in the "Check your video" section.The camera selection dropdown menu lists all cameras. However, when changing the selected camera to a non-default camera in the dropdown menu, the selection is updated but the camera feed does not reflect the camera change. The camera feed still uses the Chrome's default camera, regardless of which camera is actually selected in the dropdown.
Technical details
In our app, we found a problem when calling:
await Twilio.createLocalVideoTrack({ name: 'local-video', deviceId: device.id, width: 1280, height: 720, frameRate: 24, });
When the method is called with a different device id, the track it creates does not use that device. Instead the track uses the Chrome's default camera.
Software versions
Browser(s): Chrome 133
Operating System: Windows 10, Windows 11
twilio-video.js: 2.29.0
Third-party libraries (e.g., Angular, React, etc.): Angular
The text was updated successfully, but these errors were encountered: