AgoraIO-Community / AgoraWebSDK-NG

The Next Generation of Agora Web SDK
https://agoraio-community.github.io/AgoraWebSDK-NG/
161 stars 75 forks source link

Cannot setEncoderConfiguration in ILocalVideoTrack. #127

Open t-kashima opened 3 years ago

t-kashima commented 3 years ago

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.