Module webrtc.java

Class RTCOfferOptions


  • public class RTCOfferOptions
    extends RTCOfferAnswerOptions
    The RTCAnswerOptions describe options specific to the session description of type answer.
    Author:
    Alex Andres
    • Field Detail

      • iceRestart

        public boolean iceRestart
        When set to true, 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.

    • Constructor Detail

      • RTCOfferOptions

        public RTCOfferOptions()
        Creates an instance of RTCOfferOptions.