Hi everyone.
I tried reading the documentation, but I can't find what I'm looking for.
I'm using SimpleExoPlayer to play videos, and everything works. I only have 2 needs: 1. to prevent the user from interacting by being able to pause or stop (this video is inside an ads that cannot be stopped)
2 being able to click on the video and redirect to a website (the click event is not present)
Can I do these things with this library or can you recommend another way?
Thank you all