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
I have fixed this using Render Actions...
under
if (r.isCameraOn && r.streamIsReady) {
let switchbtn = document.getElementsByClassName('switch-camera-view__SVGWrapper-sc-13l3hbu-0')[0];
switchbtn.addEventListener('click', handleSwitchBtnClick);
...
}
No description provided.
The text was updated successfully, but these errors were encountered: