Class ConnectOptions


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

      • getAccessToken

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

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