We are currently gradually rolling out a simulcast mode for screensharing, with the intent of launching it in M68.
Any app that meets all of the following requirements might be affected:
* Uses a capture device that indicates screen content
* Has simulcast (multiple SSRCs) configured for a video track
* Has the a=x-google-flag:conference flag set
If any of these requirements are not met, you can ignore this message, though in a future version we aim to make further improvements and remove the conference flag.
With this feature enabled, WebRTC will use two simulcast streams with same resolution but different bitrates and potentially different frame rates.
You might need to make sure that you service can distinguish between the high and low quality streams reliably, as looking at the resolution won't be enough. Alternatively, renegotiate without simulcast or the conference flag.
To test it, you can force enable it by running chrome with the command line argument --force-fieldtrials=WebRTC-SimulcastScreenshare/Enabled/