Re: [webrtc-pc] Define which constraints are applicable in WebRTC (#2188)

> Looking at what Chrome is exposing, resizeMode is also potentially in scope.

This is a good example of something that would require specification. Presumable `"none"` might mean the RTPeerConnection has some indication or reason to believe the video has not downscaled for bandwidth reasons (but how can it know? Is it in the SDP?)

> By default, there is none inherited from mediacapture-main.

We already have a [note](https://w3c.github.io/mediacapture-main/getusermedia.html#media-track-supported-constraints) for that.

> In webrtc-pc spec: no constrainable property is mandatory for any remote source. A user agent MAY expose constrainable properties defined in media capture-main to remote sources.

I think I'd rather not say anything than have a MAY. It's hard to test a MAY. By the mediacapture note, I think we merely need to omit mentioning any constraints here. Then we can leave it to an extension spec to define them, maybe?

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2188#issuecomment-515607259 using your GitHub account

Received on Friday, 26 July 2019 21:39:03 UTC