Lib Kurento Versions Save

A typescript library for simplifying the use of Kurento in Node.js

v0.0.7

4 years ago

Enhancements

  • add MediaProfile enum

Bug Fixes

  • RecorderEndpointWrapper wasn't raising RecordingStarted event
  • Fix security vulnerabilities by using npm audit fix --force

v0.0.5

4 years ago

Fixes

  • Compiler build error on IWebRTCEndpointWrapper & IRecorderEndpointWrapper on missing on() function that is implemented in EventEmitter - added a workaround microsoft/TypeScript#10229.

  • EndpointWrapper.disconnect() - forgot to use kurento-clients endpoint instance.

v0.0.2

5 years ago

Fixes

  • Correctly implement IEndpointWrapper within EndpointWrapper
  • Fix bug Cannot find module 'lib-kurento'