Hi WebRTC,
Working with an Android device and I've noticed that as the call progresses, the resolution of the video decreases. This is ok, as I believe it is WebRTC adjusting to changing resources. However I've found it never goes in the other direction, i.e. recover to the original resolution when resources are available.
Also WebRTC also seems to ignore session description min resolution constraints. If you set minimum width and height, WebRTC's dynamic resolution changer will definitely go below this if it wants.
Is this normal behaviour? A bug? Anybody else had similar experiences?
Thanks