polimediaupv / paella-core

Paella Player core library
Educational Community License v2.0
20 stars 15 forks source link

Can ERROR events be subscribed to? #305

Closed karendolan closed 1 year ago

karendolan commented 1 year ago

In Paella 6x, custom plugins could subscribe to paella.events.error, for example, for tracking/quality purposes. https://github.com/polimediaupv/paella/blob/develop/src/00_base.js#L36-L86

Is there a way to subscribe to errors in Paella7?

karendolan commented 1 year ago

For example, it would be helpful to be able to listen to playerState changes https://github.com/polimediaupv/paella-core/blob/main/src/js/Paella.js#L598-L602

ferserc1 commented 1 year ago

I am preparing an update to be able to subscribe to log events.

ferserc1 commented 1 year ago

Now you can subscribe to log message events. You can see the documentation here: