Skip to content

Releases: givo/lib-kurento

v0.0.7

21 Oct 12:56
Compare
Choose a tag to compare

Enhancements

  • add MediaProfile enum

Bug Fixes

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

v0.0.5

19 Sep 20:04
54c9995
Compare
Choose a tag to compare

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

04 Mar 10:01
Compare
Choose a tag to compare

Fixes

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