feat(YOUTUBE PLAYER): Expose private _player object #30643
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
needs triage
This issue needs to be triaged by the team
Feature Description
Please expose the private
_player
object because we can use that to access things likegetPlaylist()
orgetVideoData
which comes in handy.Use Case
I want to control the youtube playlist myself and not use the build in controls in the iframe due to usability issue on TV.
Therefor, i can get official access to the
_player
I can get the playlists ids and load a next video or tell the player to executenextVideo
.The text was updated successfully, but these errors were encountered: