Package Exports
- @ntegral/nestjs-opentok
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ntegral/nestjs-opentok) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@ntegral/nestjs-opentok
Injectable OpenTok client for your nestjs projects
Table Of Contents
About
@ntegral/nestjs-opentok implements a module, OpenTokModule, which when imported into
your nestjs project provides a OpenTok client to any class that injects it. This
lets OpenTok be worked into your dependency injection workflow without having to
do any extra work outside of the initial setup.
Installation
npm install --save @ntegral/nestjs-opentok