Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Releases: webfactorymk/ng2-opentok

Updates opentok service with new events

09 Jan 10:49
Compare
Choose a tag to compare
  • Removed checks for existing subscriber on stream created event
  • Added on stream destroyed event listener in opentok service
  • Added on audio changed event to opentok service

Added new media related event listeners to opentok service

22 Aug 10:58
Compare
Choose a tag to compare

Methods added:

  • onClosedMediaAccessDialog
  • onAudioLevelUpdated
  • onMediaAccessAllowed

Removed rxjs and @types/node from dependencies

22 Aug 10:20
Compare
Choose a tag to compare

Rxjs was causing problems with npm link because it was added in the node_modules of the library installed in other apps.

These dependencies have to be in the devDependency section to be installed when doing npm link or npm install from the root of a package, and can be managed like any other npm configuration param