- java.lang.Object
-
- dev.onvoid.webrtc.RTCOfferAnswerOptions
-
- dev.onvoid.webrtc.RTCOfferOptions
-
public class RTCOfferOptions extends RTCOfferAnswerOptions
The RTCAnswerOptions describe options specific to the session description of type answer.- Author:
- Alex Andres
-
-
Field Summary
Fields Modifier and Type Field Description booleaniceRestartWhen set totrue, the generated description will have ICE credentials that are different from the current credentials.-
Fields inherited from class dev.onvoid.webrtc.RTCOfferAnswerOptions
voiceActivityDetection
-
-
Constructor Summary
Constructors Constructor Description RTCOfferOptions()Creates an instance of RTCOfferOptions.
-
-
-
Field Detail
-
iceRestart
public boolean iceRestart
When set totrue, the generated description will have ICE credentials that are different from the current credentials. Applying the generated description will restart ICE.When the value is set to
false, and the current local description has valid ICE credentials, the generated description will have the same ICE credentials as the current value from the current local description.
-
-