Re: Issue 129: Control of Voice Activity Detection (VAD)

In WebRTC 1.0 the voiceActivityDetection attribute determines what is put into the Offer (such as inclusion of CN as defined in RFC 3389). 

In ORTC API, we can control the codecs that are offered (such as CN) and/or the settings of those codecs (e.g. support for comfort noise in G.729) via the RTCRtpParameters passed to send.  

Therefore there is not a need for an explicit voiceActivityDetection attribute within RTCRtpParameters.

Received on Tuesday, 15 July 2014 20:24:40 UTC