cordova-plugin-opentokjs
cordova-plugin-opentokjs copied to clipboard
A Cordova plugin to enable use of OpenTok on the iOS, Android, and Browser platforms.
OS version: Android 4.3 Platform: Ionic Issue: - When you create a Publisher on device, the WebRTC get both 2 stream tracks (front and back cameras). But I see that...
Everythings work ok, even on Iphone; I only have an issue on the resolution on android device. This is the result: 
Hi Guys, I am facing a problem with this plugin.After installation of cordoba-plugin-opentokjs when i create build for android it gives me the error: Error: Error code 1 for command:...
After init a publisher and published. I tried to toggle Audio (or Video) with publisher.publishAudio(true/false), publisher.publishVideo(true/false), they are not work as expected, The other user still receive audio and video.
Currently, trying to initialize a Publisher with audio/video enabled but while the user has permission denied, the application crashes. We should aim to gracefully handle such situations with the publisher...
We need to document what the observed behavior is for the application going into the background on the android and ios platforms. Given that, we also want to document how...
This has been observed on the publisher, but might also effect the subscriber (if the stream is published from an iOS device using this plugin).
Maybe there is some default CSS that can be applied. Also `` might have something to do with this.
When subscribing to a stream that was published from iOS, do we get the right video dimensions? What about after orientation change?