I have 2 questions.
- What is the meaning and purpose of ZoomVideoSDKVideoResolution_Auto?
I checked the documentation but couldn’t find what is the use of ZoomVideoSDKVideoResolution’s ._auto case is.
What exact resolution does it provide?
There are other cases, like ZoomVideoSDKVideoResolution_360 (which stands for resolution 360p, correct me if I am wrong) etc, but I am not quite sure what ZoomVideoSDKVideoResolution_Auto is.
Based on the documentation, a default value of 100 is assigned to it.
Does it mean that the resolution is 100p? Or does it mean that ._auto adjusts the camera resolution based on the quality of internet connection?
- Is there a way to set a custom resolution?
For example, I want to be able to set 480p resolution, but ZoomVideoSDKVideoResolution enum doesn’t have a default case for it.