How can I change the video quality iOS mobile

I need change the video quality like I change the subtitles with the function setSubtitle() or similar

I have this playerView?.player.availableVideoQualities[indexPath.row] else { return }
I need to change the quality depending on the selected quality.

Hi,

Due to technical limitations from Apple, this feature isn’t available on iOS. What comes closest is player.maxSelectableBitrate, which allows you to set an upper bitrate boundary in bits per second.

I would like to know the latest update on this. Can we change the video quality in bitmovin player in iOS.

I need to change the quality of a video played using bitmovin player. I have the player.availableVideoQualities array and i need to change the video quality to another quality level.

Hi @amitha.baby, unfortunately, there is no update on this topic.

Okay. Thanks @davidsteinacher for the update.