diff --git a/webrtc.html b/webrtc.html index 8affce262..31fde9572 100644 --- a/webrtc.html +++ b/webrtc.html @@ -231,7 +231,21 @@
These dictionaries describe the options that can be used to control the offer/answer creation process.
-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.
+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.
-