Re: Spec question: Using settings dictionaries instead of MediaConstraints

This seems like good proposal, one comment on a small detail. 

On Jun 15, 2012, at 1:28 PM, Justin Uberti wrote:

> SessionDescriptionOptions.IncludeAudio = true/false // forces m=audio line to be included
> SessionDescriptionOptions.IncludeVideo = true/false // forces m=video line to be included
> SessionDescriptionOptions.UseVoiceActivityDetection = true/false // includes CN codecs if true

I think these three should be constraints, not settings because a given browser may not support any of them. 

Received on Monday, 18 June 2012 18:57:44 UTC