Hello,
I have build an ionic 2 app. I want to add video call between users and came upon your plugin. I have looked over the wiki regarding angular 2 integration, but it does not work.
import {TNSOTSession, TNSOTPublisher, TNSOTSubscriber} from "nativescript-opentok";
this displays an error like: Cannot find module "nativescript-opentok"
I installed the library using this command:
npm install nativescript-opentok --save
Hello, I have build an ionic 2 app. I want to add video call between users and came upon your plugin. I have looked over the wiki regarding angular 2 integration, but it does not work.
import {TNSOTSession, TNSOTPublisher, TNSOTSubscriber} from "nativescript-opentok";
this displays an error like: Cannot find module "nativescript-opentok"I installed the library using this command:
npm install nativescript-opentok --save
Could you please help me solve this problem ?