Re: [webrtc-pc] Why is RTCRtpSynchronizationSource.voiceActivityFlag required-but-nullable?

RTCRtpContributingSource is a dictionary not an interface.
In dictionaries, required parts have the "required" keyword and all other elements can be omitted.

Unless I've missed something fundamental.
http://w3c.github.io/webrtc-pc/#dom-rtcrtpcontributingsource is my reference. Is it the right one?

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

Received on Wednesday, 20 December 2017 14:46:28 UTC