How to set Video Quality in iOS?

I confirmed that setVideoQuality exists in webSDK by looking at the PlayerApi document. - setVideoQuality(videoQualityID: string): void

Is it possible to setVideoQuality in iOS as well? If possible, please guide me how.

thank you

@reddsw Thanks for reaching out to us. Due to technical limitations from Apple, this API isn’t available on iOS. What comes closest is player.maxSelectableBitrate, which allows you to set an upper bitrate limit.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.