THEOplayer / web-ui

UI component library for the THEOplayer Web SDK
https://www.theoplayer.com/docs/open-video-ui/web/
MIT License
10 stars 0 forks source link

Destroy UI #59

Closed cTopher closed 4 months ago

cTopher commented 5 months ago

When calling .destroy() on the player while using the UI, errors are thrown. So either the UI should listen for the player destroy event or the UI should expose its own destroy method.

image