Opentok what are the events to mute/unmute and on/off subscriber video in video conferencing Everywhere I can only found -
publisher.publishAudio(false);
publisher.publishAudio(true);
And for Video
publisher.publishVideo(false);
publisher.publishVideo(true);
Nothing how to on/off particular subscriber video or Audio