Is there a way to achieve this(setting the surface type) when you implement the ExoPlayer in jetpack compose? Looks like function to set surface type is private. Using reflection to access the private method is risky as ExoPlayer's API changes radpidly. I'm also stuck at this issue. Really appreciate any help.