Issue 129: Control of Voice Activity Detection (VAD)

In WebRTC 1.0 Section 4.2.4 we have:

dictionary RTCOfferOptions {
long offerToReceiveVideo;
long offerToReceiveAudio;
boolean voiceActivityDetection = true;
boolean iceRestart = false;
};

What is the equivalent means by which ORTC API controls voice activity detection?

Received on Monday, 14 July 2014 23:10:16 UTC