AVPlayerViewController selecting video angle

Hello,


I have an HLS stream which provides multiple video angles and I would like the user to be able to select the angle.


However, it seems AVPlayerViewController's controls only allow the selection of audio and CC.


Is it mandatory to implement a custom UI to allow this video angle choice and then programmatically select the corresponding AVMediaSelectionOption on my currentItem ?


Thanks