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
constconnect=async()=>{try{const{ camera, mic, speaker }=awaitdailyObject.startCamera({url: roomUrl,});constlocalParticipant=dailyObject.participants().local;constvideoTrack=localParticipant.tracks.video.persistentTrack;constaudioTrack=localParticipant.tracks.audio.persistentTrack;setLocalStream(newMediaStream([videoTrack,audioTrack]));player.set("camera",camera.deviceId);player.set("mic",mic.deviceId);player.set("speaker",speaker.deviceId);awaitrefreshDeviceList();mountListeners();}catch(e){alert("Looks like there's an issue connecting to your camera or microphone. If you are using windows, you may need to make sure that no other program (e.g. Zoom) is using your camera or microphone already. Once you've checked this, try refreshing the page.");console.error("Error connecting to Daily",e);}
What happened?
Issues connecting during hair check on windows, chrome and edge
What browsers do you see the problem on?
What operating system do you see the problem on?
How did we discover the bug?
Priority
Blocking some participants
The text was updated successfully, but these errors were encountered: