Is there any way to automatically detect if a user can handle a higher video resolution?
Right now I'm setting the user playback quality to 'default' in onPlayerReady. I can check if there is a higher resolution available using getAvailableQualityLevels()-1 in the onPlayerStateChange but I don't know if changing the resolution will cause issues.