Re: [webrtc-pc] Not clear how to set # of layers when answering an offer with a track (#2014)

And you should use setParameters() (after getting them) to set parameters for all the layers (like scale_resolution_down_by ).
You should also be able to reduce the number of layers via a call to setParameters()
One reasonable way to achieve this without actually changing the number of layers is to mark a layer as inactive (paused) indefinitely.
You **should not** be able to increase the number of layers.

-- 
GitHub Notification of comment by amithilbuch
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2014#issuecomment-454966656 using your GitHub account

Received on Wednesday, 16 January 2019 22:22:18 UTC