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
var webrtc = new SimpleWebRTC({
localVideoEl: 'localVideo',
remoteVideosEl: 'remotes',
autoRequestMedia: true,
log: true
});
How do i ask permission only for audio and not video?
The text was updated successfully, but these errors were encountered:
var webrtc = new SimpleWebRTC({
localVideoEl: 'localVideo',
remoteVideosEl: 'remotes',
autoRequestMedia: true,
log: true
});
How do i ask permission only for audio and not video?
The text was updated successfully, but these errors were encountered: