android-youtube-player
android-youtube-player copied to clipboard
How to enable three vertical dots enable, my users want to share the link of video through my app
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.
Use iFrame -> val iFramePlayerOptions = IFramePlayerOptions.Builder() .controls(1) .fullscreen(1) // enable full screen button .build() and set controls as 1