Class ConnectOptions

java.lang.Object
com.twilio.voice.CallOptions
com.twilio.voice.ConnectOptions

public class ConnectOptions extends CallOptions
Represents options when connecting to a Call.
  • Method Details

    • getAccessToken

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

      @NonNull public Map<String,String> getParams()
      The parameters that are passed to the TwiML application specified by the access token.