Closed prabinyovan closed 8 years ago
Was just about to ask this question myself.
@prabinyovan Did you get an answer for this in the end?
@penguin20000 Not yet. But I am still using this plugin and it is working fine. Moreover, I have downloaded their later SDKs and updated this plugin with new SDK locally and it is working perfectly.
We should focus on this repository: https://github.com/aoberoi/cordova-plugin-opentokjs. This repository includes the opentok.js library for the browser which is 2.6 and maintained by TokBox. And makes use of cordova-plugin-iosrtc to enable WebRTC on iOS.
See for an example app here: https://github.com/Mobilea/cordova-plugin-opentokjs-example (Ionic) and https://github.com/aoberoi/hello-opentokjs-cordova (Cordova)
@mark-veenstra - I'm currently testing the repo you shared and I'm currently experiencing this error -> https://github.com/aoberoi/cordova-plugin-opentokjs/issues/13
Hi @prabinyovan! I believe you were able to make an update for the IOS API? If so, can you do a pull request?
@aullman @songz - I know we're all busy and I understand.. and I hope it doesn't bother you, but any updates on this matter?
Hi @byronalfonso to use the latest iOS SDK follow these steps: Go to the plugins folder com.tokbox.cordova.opentok/scripts/ and edit line 4 on the downloadiOSSDK.js file to: var IosSDKVersion = "OpenTok-iOS-2.6.1"; Then reinstall the plugin. This should download the version 2.6.1 of the iOS SDK. I am currently using this one on my app with the plugin.
@jfsemaan thanks for sharing mate! I'll definitely try that today.. This has got me thinking though.. If this is how easy the sol'n is, how come nobody made a pull request? Or maybe.. this is how easy to solve this that's why nobody cared to PR? hmm..
hi @jfsemaan! I just want to confirm that the manual update is working... Only thing I notice though is that the auto download isn't working so you have to manually download the SDK and put the opentok.framework on the right folder (same as with the old issue). But overall, it's working. Thanks!
I got this email today morning from Tokbox.
Does this mean the current plugin won't be working anymore ?