Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rtc) use exact deviceId constraints
webrtc-adapter transforms "deviceId": "foo" to "deviceId": { ideal: "foo"}. This makes the camera non-selectable if the resolution constraints are not met. Setting the constraint to exact will sidestep that adapter behavior, and express stronger intent.
- Loading branch information