opentok / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
MIT License
30 stars 80 forks source link

Unable to Mute Subscriber Audio #177

Open sahilvicesoftware opened 4 years ago

sahilvicesoftware commented 4 years ago

am trying to call - subscriber.setSubscribeToAudio(false) and also tried session.subscribe(event.stream, 'subscriber', {subscribeToAudio : false})

But none of them is working. I basically want a Mute button for subscriber

Also tried {subscribeToVideo : false} just to check but that too didn't work I have attached a screenshot of what properties we are getting in the subscriber object.

Thanks

subscriber