I'm wondering if the WebRTC api changes the bandwidth automatically to increase the experience. As much as I know, WebRTC has a feature to change and limit the max. bandwidth as we wish. The question that I seek answer to is should we be doing this manually or does WebRTC do it on the background anyways?
I'm now working on a project and the main subject that my supervisor is concerned about is the bandwidt; I generally think that WebRTC api does the job automatically and we don't need to change it manually but then again I couldn't find much information about the topic since it is not commonly used. (I'm also using EasyRTC (opensource webrtc api) to give myself some relief from the harcoding by the way.)
Thanks in advance people.