simplewebrtc / SimpleWebRTC

Simplest WebRTC ever

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isVideoEnabled() not working

RPethani opened this issue · comments

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.

try webrtc.webrtc.isVideoEnabled()

Okay that worked. Thank you @fippo

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