-
public class ConnectOptions extends CallOptions
Represents options when connecting to a Call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectOptions.BuilderBuild new ConnectOptions.
All methods are optional.
-
Method Summary
Modifier and Type Method Description StringgetAccessToken()The accessToken that provides the identity and grants of the caller. Map<String, String>getParams()The parameters that are passed to the TwiML application specified by the access token. -
Methods inherited from class com.twilio.voice.CallOptions
getCallMessageListener, getIceOptions, getPreferredAudioCodecs, isDscpEnabled, isIceGatheringOnAnyAddressPortsEnabled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-