Hi, I am using RTC to do live streaming for multiple people. The users can choose to share the screen or the camera. So, to keep the price low, I want to change the resolution based on the number of people.
Therefore, I would like you to implement a mechanism (setEncoderConfiguration) to dynamically change the resolution not only in CameraVideoTrack but also in ILocalVideoTrack.
Hi, I am using RTC to do live streaming for multiple people. The users can choose to share the screen or the camera. So, to keep the price low, I want to change the resolution based on the number of people. Therefore, I would like you to implement a mechanism (setEncoderConfiguration) to dynamically change the resolution not only in CameraVideoTrack but also in ILocalVideoTrack.
Thank you for your consideration.