Class IceOptions

java.lang.Object
com.twilio.video.IceOptions

public class IceOptions extends 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 Details