- java.lang.Object
-
- dev.onvoid.webrtc.RTCOfferAnswerOptions
-
- Direct Known Subclasses:
RTCAnswerOptions,RTCOfferOptions
public class RTCOfferAnswerOptions extends Object
The RTCOfferAnswerOptions describe the options that can be used to control the offer/answer creation process.- Author:
- Alex Andres
-
-
Field Summary
Fields Modifier and Type Field Description booleanvoiceActivityDetectionMany 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 Constructor Description RTCOfferAnswerOptions()Creates an instance of RTCOfferAnswerOptions.
-
-
-
Field Detail
-
voiceActivityDetection
public boolean voiceActivityDetection
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. 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.
-
-