simplewebrtc / SimpleWebRTC

Simplest WebRTC ever
Other
4.64k stars 1.2k forks source link

isVideoEnabled() not working #723

Closed RPethani closed 5 years ago

RPethani commented 5 years ago

I am trying to check if video is enabled or not. I am trying to call webrtc.isVideoEnabled() function, but it says isVideoEnabled() in not defined.

fippo commented 5 years ago

try webrtc.webrtc.isVideoEnabled()

RPethani commented 5 years ago

Okay that worked. Thank you @fippo

This library is great, but it really needs detailed documentation. Having hard time understanding things.