You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
First off, really excited to use Tokbox on angular2. I followed the instructions for the Opentok angular2 integration and am still having this issue. I have tried re installing the module and re running npm install. Was wondering if there is something I am missing in the instructions?
The text was updated successfully, but these errors were encountered:
If you still having issues with your typos. Something like:
error TS2305: Module '"Project/node_modules/nativescript-opentok/opentok"' has no exported member 'TNSOTSubscriberI'.
try uncomment the // export * from './src/common'; from the node_modules/nativescript-opentok/opentok.d.ts file.
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */export*from'./opentok.ios';// Export any shared classes, constants, etc.export*from'./src/common';// this line
I'll open a PR for that fix.
leocaseiro
added a commit
to leocaseiro/nativescript-opentok
that referenced
this issue
Sep 4, 2017
First off, really excited to use Tokbox on angular2. I followed the instructions for the Opentok angular2 integration and am still having this issue. I have tried re installing the module and re running npm install. Was wondering if there is something I am missing in the instructions?
The text was updated successfully, but these errors were encountered: