Class CallOptions

  • Direct Known Subclasses:
    AcceptOptions, ConnectOptions

    public abstract class CallOptions
    extends java.lang.Object
    Represents options available when connecting to a Call.
    • Method Detail

      • getIceOptions

        @Nullable
        public IceOptions getIceOptions()
        Returns the custom ICE configuration used to connect to a Call.
      • getPreferredAudioCodecs

        @Nullable
        public java.util.List<AudioCodec> getPreferredAudioCodecs()
        Returns the preferred audio codecs.
      • isIceGatheringOnAnyAddressPortsEnabled

        public boolean isIceGatheringOnAnyAddressPortsEnabled()
        Get the flag that indicates whether gathering of ICE candidates on "any address" ports is enabled or not.