OpenTok sdk

Hi i want to add video calling feature in ionic 3 app using openTok sdk or enablex sdk. Need help how to achieve this

Hey there

I checked their side - what part is difficult to you? Looking at the docs, it should be doable as any JS library.

Loading OpenTok.js
To load OpenTok.js in your web page, add the following script tag:

<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>

 
You can also install OpenTok.js using the @opentok/client npm package.

The current version of the OpenTok.js library can interoperate with OpenTok apps written with version 2.19+ of the OpenTok client SDKs:

OpenTok Android SDK
OpenTok iOS SDK
OpenTok.js
OpenTok Windows SDK
OpenTok Linux SDK