PierfrancescoSoffritti / android-youtube-player

YouTube Player library for Android and Chromecast, stable and customizable.
https://pierfrancescosoffritti.github.io/android-youtube-player/
MIT License
3.43k stars 758 forks source link

How to enable three vertical dots enable, my users want to share the link of video through my app #974

Open Anakjv opened 1 year ago

Anakjv commented 1 year ago

Hello sir, I want to make enable the 3 vertical dots, which my users want to share the video using my application so please say how, please reply detailly.

priyanshuborole commented 1 year ago

Use iFrame -> val iFramePlayerOptions = IFramePlayerOptions.Builder() .controls(1) .fullscreen(1) // enable full screen button .build() and set controls as 1