Blazored / Video

The easiest html5 video implementation for Blazor applications
https://blazored.github.io/Video
MIT License
124 stars 28 forks source link

Return Player Id in VideoState object [Feature Request] #19

Closed LordRob1 closed 1 year ago

LordRob1 commented 1 year ago

I am loading many videos at the same time all linked up to the same events. i.e. 10 videos with one single OnPlay event.

I would like to know the id of the player that fires the event so that I can use the id in some javascript code.