I've developed an Android app using WebRTC M90.0.1. I can see that from DefaultVideoEncoderFactory supportedCodecs includes VP8, VP9, and H264 but I don't see how to set a preferred codec (as can be done in iOS WebRTC)? In particular I would like to be able to set VP9 as the preferred codec.
Any help would be greatly appreciated.