java.lang.Object
dev.onvoid.webrtc.RTCOfferAnswerOptions
- Direct Known Subclasses:
RTCAnswerOptions
,RTCOfferOptions
The RTCOfferAnswerOptions describe the options that can be used to control
the offer/answer creation process.
- Author:
- Alex Andres
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Many codecs and systems are capable of detecting "silence" and changing their behavior in this case by doing things such as not transmitting any media. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
voiceActivityDetection
public boolean voiceActivityDetectionMany codecs and systems 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.
-
-
Constructor Details
-
RTCOfferAnswerOptions
public RTCOfferAnswerOptions()Creates an instance of RTCOfferAnswerOptions.
-