From 90af82e02dc141d83048a8497fae5fe4fb365f68 Mon Sep 17 00:00:00 2001 From: Peter Thatcher Date: Tue, 30 Dec 2014 11:12:31 -0800 Subject: [PATCH] Make common RTCOfferAnswerOptions class. --- webrtc.html | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/webrtc.html b/webrtc.html index 8affce262..31fde9572 100644 --- a/webrtc.html +++ b/webrtc.html @@ -231,7 +231,21 @@

Offer/Answer Options

These dictionaries describe the options that can be used to control the offer/answer creation process.

-
+
+
boolean voiceActivityDetection = true
+ +
+

Many codecs and system are capable of detecting "silence" and + changing their behavior in this case by doing things such as not + transmitting any media. In many cases, such as when dealing with + emergency calling or sounds other than spoken voice, it is + desirable to be able to turn off this behavior. This option allows + the application to provide information about whether it wishes this + type of processing enabled or disabled.

+
+
+ +
long offerToReceiveVideo
@@ -254,18 +268,6 @@

Offer/Answer Options

audio streams to receive when creating an offer.

-
boolean voiceActivityDetection = true
- -
-

Many codecs and system are capable of detecting "silence" and - changing their behavior in this case by doing things such as not - transmitting any media. In many cases, such as when dealing with - emergency calling or sounds other than spoken voice, it is - desirable to be able to turn off this behavior. This option allows - the application to provide information about whether it wishes this - type of processing enabled or disabled.

-
-
boolean iceRestart = false
@@ -283,12 +285,7 @@

Offer/Answer Options

-
-
boolean voiceActivityDetection = true
- -
-

See RTCOfferOptions.voiceActivityDetection.

-
+