songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

session.subscribe(stream, elementId, properties) ignoring properties #182

Open ghost opened 9 years ago

ghost commented 9 years ago

Using the sample code in example/www, the video call works but the properties sent inside session.subscribe (in this case, subscribeToAudio: false) are not applied.

NOTE: Tested this on Android, not sure if the same happens on iOS.

FredeHo commented 6 years ago

+1 Still having this issue. I'm using the fork https://github.com/opentok/cordova-plugin-opentok tho. The properties when creating a publisher are ignored too (at least on Android, on iOS some of them are working, Web is mostly fine.). Especially the following properties are crucial for us: subscribeToVideo, videoSource and style.