![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
An struct containing call state information. More...
#include <CallStateObserverInterface.h>
Public Attributes | |
CallState | callState |
An enum representing the state of a call. More... | |
std::string | callType |
The type of the call. More... | |
std::string | previousSipUserAgentState |
Previous sipUserAgent state. More... | |
std::string | currentSipUserAgentState |
Current sipUserAgent state. More... | |
std::string | displayName |
Contact name to be displayed. More... | |
std::string | endpointLabel |
Information about the endpoint of the contact. More... | |
std::string | inboundCalleeName |
Name of callee for whom incoming call is intended. More... | |
std::string | callProviderType |
Textual description of exact call provider type. More... | |
std::string | callProviderImageUrl |
std::string | inboundRingtoneUrl |
Inbound ringtone url. More... | |
std::string | outboundRingbackUrl |
Outbound ringtone url. More... | |
bool | isDropIn |
This indicates if it's a drop in call or not. More... | |
An struct containing call state information.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::callProviderImageUrl |
Call provider image url. This image url may be null. For the case the provider image is not provided by url, the application should have local image to display instead of downloading from this url.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::callProviderType |
Textual description of exact call provider type.
CallState alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::callState |
An enum representing the state of a call.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::callType |
The type of the call.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::currentSipUserAgentState |
Current sipUserAgent state.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::displayName |
Contact name to be displayed.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::endpointLabel |
Information about the endpoint of the contact.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::inboundCalleeName |
Name of callee for whom incoming call is intended.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::inboundRingtoneUrl |
Inbound ringtone url.
bool alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::isDropIn |
This indicates if it's a drop in call or not.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::outboundRingbackUrl |
Outbound ringtone url.
std::string alexaClientSDK::avsCommon::sdkInterfaces::CallStateObserverInterface::CallStateInfo::previousSipUserAgentState |
Previous sipUserAgent state.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0