Tony Jiang
Tony Jiang
Currently using it, works great!
If you're referring to multiparty call as in more than 2 person video streaming into a session then yes, I've had some success with this on both iOS and Android....
just tried using a static token but got the same error the same code works (or at least past this breaking point) with Intel XDK v1826 Cordova 4.1.2 Android builds...
additional info: This issue will actually happen on iOS builds also if you use brodysoft sqlite 0.7.3 for some reason... So if you have to use sqlite, use 0.7.0, that...
hm... I couldn't get them working at all in Android though.... and looking at the OpenTokAndroidPlugin.java file, those methods seem to be completely empty (line 448) }else if( action.equals( "unsubscribe"...
bizarre... I can actually get video running with 1.0.3 but the app is unusable as the UI's footer gets pushed way down. If I switch to 1.0.2, the UI is...
update: I'm now able to get the footer to display properly by removing this line in the opentok 1.0.3 plugin.xml file: uses-sdk android:minSdkVersion="16" android:targetSdkVersion="17" -or- by making the targetSdkVersion =...