-
public final class CallCompositeTelecomManagerOptionsCallCompositeTelecomManagerOptions CallCompositeTelecomManagerOptions.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringphoneAccountId
-
Constructor Summary
Constructors Constructor Description CallCompositeTelecomManagerOptions(CallCompositeTelecomManagerIntegrationMode mode, String phoneAccountId)Creates a CallCompositeTelecomManagerOptions. CallCompositeTelecomManagerOptions(CallCompositeTelecomManagerIntegrationMode mode)Creates a CallCompositeTelecomManagerOptions.
-
Method Summary
Modifier and Type Method Description StringgetPhoneAccountId()Get phone account id. CallCompositeTelecomManagerIntegrationModegetTelecomManagerIntegrationMode()Get telecom integration. -
-
Constructor Detail
-
CallCompositeTelecomManagerOptions
CallCompositeTelecomManagerOptions(CallCompositeTelecomManagerIntegrationMode mode, String phoneAccountId)
Creates a CallCompositeTelecomManagerOptions.- Parameters:
mode- CallCompositeTelecomManagerIntegrationModephoneAccountId- A string identifier that is unique across PhoneAccountHandles with thesame component name.
-
CallCompositeTelecomManagerOptions
CallCompositeTelecomManagerOptions(CallCompositeTelecomManagerIntegrationMode mode)
Creates a CallCompositeTelecomManagerOptions.- Parameters:
mode- CallCompositeTelecomManagerIntegrationModeThe phoneAccountId is required for USE_SDK_PROVIDED_TELECOM_MANAGER mode.
-
-
Method Detail
-
getPhoneAccountId
String getPhoneAccountId()
Get phone account id.
-
getTelecomManagerIntegrationMode
CallCompositeTelecomManagerIntegrationMode getTelecomManagerIntegrationMode()
Get telecom integration.
-
-
-
-