Wednesday, March 22, 2023
1 change · master
Resolved issues and error corrections
Users can now switch from webcam video to screen sharing during a call without the previous camera stream blocking the change. This improves reliability for online meetings and includes tests to help prevent the issue from returning.
Original PR description
Before this commit, trying to share screen while using the user video (webcam) wouldn't work because the old stream was kept instead of trying to obtain a new one. This commit fixes this issue, does a small cleanup of `rtc_service.js` and adds tests related to streams.