Class PreflightOptions

java.lang.Object
com.twilio.voice.PreflightOptions

public class PreflightOptions extends Object
  • Method Details

    • getAccessToken

      @NonNull public String getAccessToken()
      The accessToken that provides the identity and grants of the caller.
    • getPreferredAudioCodecs

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

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