givo / lib-kurento

A typescript library for simplifying the use of Kurento in Node.js
24 stars 5 forks source link

Record error handling example #4

Closed d9k closed 4 years ago

d9k commented 4 years ago

Thanks for sharing awesome library! I suggest adding these lines to the Recording Example in README.md:

recorderEndpoint.endpoint.addListener('Error', (err) => {
  console.log('recorderEndpoint.endpoint error', err);
 })

It greatly helps to debug recording problems.

givo commented 4 years ago

Hi,

Thank you very much for using my library :)

Sounds good, I'll add your suggestion.

d9k commented 4 years ago

@givo,

Sorry, you closed this issue but did not made any new commits :sweat_smile:

Just a remind, maybe you forgot to push)

givo commented 4 years ago

Hi,

Sorry that it took so long, I'm very busy lately, but there you go!

Thank you again :)