simplewebrtc / SimpleWebRTC

Simplest WebRTC ever
Other
4.65k stars 1.19k forks source link

connect without localstream #739

Closed supun19 closed 6 years ago

supun19 commented 6 years ago

can I connect to simplewebrtc room to without media device (camera and mic). I only want to view remote stream(no local stream).

supun19 commented 6 years ago

actually, I want to record browser tab on simplewebrtc room. I spin up chrome driver in ubuntu server and record the browser but it doesn't show other peers video. actually, I recorded jitsi conference using selenium script. can any one help me

wardhanster commented 6 years ago

@supun19 yes you can - look at the documentation , you can disable audio and video requests.

supun19 commented 6 years ago

@wardhanster thank you