Description
I currently have a Web SDK app which joins a meeting and automatically, joins pc audio by performing a click on the join audio element… This works as expected.
After this i join video by performing a click on join video using javascript.
Although, once join video element is clicked programatically some unexpected behaviour is occurring.
Error
- Perform automatic click on join video button through Javascript.
- Webcam records and video starts (Expected)
- Webcam stops recording and video stops (Unexpected) <---- Why is this part happening?
Notes:
- If i perform this step manually by making a mouse click this does not happen.
- Not sure if this is relevant but the web sdk user is not the host of the meeting.
Which version?
Zoom web sdk 1.7.7
Desktop - Chrome 81.0.4044.138 64bit
To Reproduce(If applicable)
Steps to reproduce the behavior:
None
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This use to work in previous versions of the Web SDK. Possibly has something to do with browser autoplay settings although i’m not sure