Class IceOptions


  • public class IceOptions
    extends java.lang.Object
    IceOptions specifies custom media connectivity configurations.

    Media connections are established using the ICE (Interactive Connectivity Establishment) protocol. These options allow you to customize how data flows to and from participants, and which protocols to use. You may also provide your own ICE servers, overriding the defaults. https://www.twilio.com/stun-turn.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getIceServers

        @NonNull
        public java.util.Set<IceServer> getIceServers()