Webex
Webex object is the entry point to use this Cisco Webex Android SDK. Constructs a new Webex object with an Authenticator and Application
Since
0.1
Parameters
The android application
The authentication strategy for this SDK
Types
Properties
Register for WebexAuthDelegate instance to receive all authentication related event callbacks
CalendarMeetingClient is a client wrapper of Cisco Webex Calendar Meeting APIs.
Register WebexDelegate instance to receive all the webex event callbacks
MembershipClient is a client wrapper of Cisco Webex Membership related APIs.
MessageClient is a client wrapper of Cisco Webex Messages related APIs.
PersonClient is a client wrapper of Cisco Webex Person
SpaceClient is a client wrapper of Cisco Webex Space related APIs such as create, update, delete etc.
TeamMembershipClient is a client wrapper of Cisco Webex Teams Membership related APIs.
TeamClient is a client wrapper of Cisco Webex Teams APIs.
Webhooks allow the application to be notified via HTTP (or HTTPS?) when a specific event occurs in Cisco Webex, e.g. a new message is posted into a specific space.
Functions
Decodes the base64 encodedResource and returns the decoded string.
Encodes the resource to base64 string
Enables console logging
To force register the Phone Services on current android device when PhoneServiceRegistrationFailureReason is RegisteredElsewhere
Returns the actual call id of the call based on callType. For webex calls, webhooks return session Id of Locus, which should be used to get call id For cucm calls, pushrest server provides push id, which should be used to get call id
Returns file URI where all the logs are stored
Get the Calling service connection status.
Get current SDK version
Initializes the WebexSDK. This method should be called before invoking any other API
Returns true
if user already logged on calling service, false otherwise
Parses and returns the caller related information from the VoIP notification.
Retry the SSO Session for UC Login, call this API when onUCSSOLoginFailed is executed to retry the login
Setting username and password for authentication with calling service. Typically this information is obtained from user after setUCDomainServerUrl
Setting username and password for authentication with calling service. Typically this information is obtained from user after setUCDomainServerUrl
Set the log level of the logging.
Sets the Calling server URL and domain for authentication with Calling service. In response to WebexUCLoginDelegate.showUCNonSSOLoginView notification, an UI to capture domain or server url needs to be shown by application. Below API is used to set user entered server url or domain towards SDK.
To initiate the CUCM services, must be called before calling any other CUCM API.
Cancels current SSO authentication