cordova-plugin-opentok icon indicating copy to clipboard operation
cordova-plugin-opentok copied to clipboard

Unable to Mute Subscriber Audio

Open sahilvicesoftware opened this issue 5 years ago • 0 comments

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

sahilvicesoftware avatar Feb 04 '20 15:02 sahilvicesoftware