Closed karendolan closed 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
I am preparing an update to be able to subscribe to log events.
Now you can subscribe to log message events. You can see the documentation here:
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?