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

      • getIceServers

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