-
Hi!
I have several players on a page. It may happen that occasionally that one of these players will trigger an error (a network error, for example).I can capture the error event via the api. That works just great.
But how do I know which player has triggered the error?
I see 3 things passed to the trigger: event, api, and the error message
Tried e.target but that returns an empty div with no children or parents.
Any help? Thanks!!