Skip navigation links
A B C D E F G H I J L M O P R S T U V W 

A

acknowledge(CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Acknowledge (without answering) an incoming call.
ActiveSpeakerChangedEvent(Call, CallMembership, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.ActiveSpeakerChangedEvent
 
addAttachments(LocalFile...) - Method in interface com.ciscowebex.androidsdk.message.Message.Draft
Attach local files to the draft.
addMentions(Mention...) - Method in interface com.ciscowebex.androidsdk.message.Message.Draft
Mention either one people or all people in a space.
AdvancedSetting<T> - Class in com.ciscowebex.androidsdk.phone
A AdvancedSetting represents a setting item for a call.
AdvancedSetting.ShareMaxCaptureFPS - Class in com.ciscowebex.androidsdk.phone
Set the max screen capture fps for screen share for the call.
AdvancedSetting.VideoEnableCamera2 - Class in com.ciscowebex.androidsdk.phone
Use android.hardware.camera2.CameraDevice or use android.hardware.Camera.
AdvancedSetting.VideoEnableDecoderMosaic - Class in com.ciscowebex.androidsdk.phone
Enable or disable the video mosaic for error-concealment when data loss in network.
AdvancedSetting.VideoMaxTxFPS - Class in com.ciscowebex.androidsdk.phone
Set the max sending fps for video for the call.
afterAssociated() - Method in class com.ciscowebex.androidsdk.auth.JWTAuthenticator
 
afterAssociated() - Method in class com.ciscowebex.androidsdk.auth.OAuthAuthenticator
 
afterAssociated() - Method in class com.ciscowebex.androidsdk.auth.OAuthWebViewAuthenticator
 
afterAssociated() - Method in class com.ciscowebex.androidsdk.auth.SSOAuthenticator
 
All() - Constructor for class com.ciscowebex.androidsdk.message.Mention.All
 
answer(MediaOption, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Answers this call.
APP_NAME - Static variable in class com.ciscowebex.androidsdk.Webex
 
APP_VERSION - Static variable in class com.ciscowebex.androidsdk.Webex
 
audioModifiedBy() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
audioOnly() - Static method in class com.ciscowebex.androidsdk.phone.MediaOption
Constructs an audio only media option.
audioVideo(View, View) - Static method in class com.ciscowebex.androidsdk.phone.MediaOption
Constructs an audio and video media option.
audioVideo(Pair<View, View>) - Static method in class com.ciscowebex.androidsdk.phone.MediaOption
Constructs an audio and video media option.
audioVideoSharing(Pair<View, View>, View) - Static method in class com.ciscowebex.androidsdk.phone.MediaOption
Constructs an audio/video and share media option.
Authenticator - Interface in com.ciscowebex.androidsdk.auth
An interface for generic authentication strategies in Cisco Webex.
authorize(String) - Method in class com.ciscowebex.androidsdk.auth.JWTAuthenticator
Sets the JWT access token on the authorization strategy, overriting any existing access token.
authorize(String, CompletionHandler<Void>) - Method in class com.ciscowebex.androidsdk.auth.OAuthAuthenticator
Authorize with the OAuth authorization code
authorize(WebView, CompletionHandler<Void>) - Method in class com.ciscowebex.androidsdk.auth.OAuthWebViewAuthenticator
Brings up a web-based authorization view and directs the user through the OAuth process.
authorize(WebView, CompletionHandler<Void>) - Method in class com.ciscowebex.androidsdk.auth.SSOAuthenticator
Brings up a web-based authorization view and directs the user through the OAuth process.
AuxStream - Interface in com.ciscowebex.androidsdk.phone
Created by qimdeng on 8/9/18.
AuxStreamClosedEvent(Call, View, String) - Constructor for class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamClosedEvent
 
AuxStreamOpenedEvent(Call, View, String) - Constructor for class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamOpenedEvent
 
AuxStreamPersonChangedEvent(Call, AuxStream, CallMembership, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamPersonChangedEvent
 
AuxStreamSendingVideoEvent(Call, AuxStream) - Constructor for class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamSendingVideoEvent
 
AuxStreamSizeChangedEvent(Call, AuxStream) - Constructor for class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamSizeChangedEvent
 

B

Before - Interface in com.ciscowebex.androidsdk.message
Marker interface.
Before.Date - Class in com.ciscowebex.androidsdk.message
Before a particular time point by date.
Before.Message - Class in com.ciscowebex.androidsdk.message
Before one particular message by message Id.

C

Call - Interface in com.ciscowebex.androidsdk.phone
A Call represents a media call on Cisco Webex.
Call.AudioOutputMode - Enum in com.ciscowebex.androidsdk.phone
The options to switch audio output during a call.
Call.CallStatus - Enum in com.ciscowebex.androidsdk.phone
The status of a Call.
Call.Direction - Enum in com.ciscowebex.androidsdk.phone
The enumeration of directions of a call
Call.VideoRenderMode - Enum in com.ciscowebex.androidsdk.phone
The options to specify how the video adjusts its content to be render in a view.
Call.WaitReason - Enum in com.ciscowebex.androidsdk.phone
The reasons for the call is waiting.
CallErrorEvent(Call, WebexError) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.CallErrorEvent
 
CallMembership - Interface in com.ciscowebex.androidsdk.phone
A data type represents a relationship between *Call* and *Person* at Cisco Webex cloud.
CallMembership.State - Enum in com.ciscowebex.androidsdk.phone
The enumeration of the status of the person in the membership.
CallObserver - Interface in com.ciscowebex.androidsdk.phone
An observer interface for Call event
CallObserver.AbstractCallEvent - Class in com.ciscowebex.androidsdk.phone
Base class for the event of a call
CallObserver.AbstractCallMembershipChangedEvent - Class in com.ciscowebex.androidsdk.phone
Base class for the event of a CallMembershipEvent
CallObserver.ActiveSpeakerChangedEvent - Class in com.ciscowebex.androidsdk.phone
Remote sharing rendering view size has changed.
CallObserver.CallDisconnectedEvent - Interface in com.ciscowebex.androidsdk.phone
This event is fired when the call is disconnected.
CallObserver.CallErrorEvent - Class in com.ciscowebex.androidsdk.phone
This event is fired when the call to be disconnected due to an error.
CallObserver.CallEvent - Interface in com.ciscowebex.androidsdk.phone
Base class for the event of a call
CallObserver.CallMembershipChangedEvent - Interface in com.ciscowebex.androidsdk.phone
Call membership change event
CallObserver.CameraSwitched - Class in com.ciscowebex.androidsdk.phone
Camera FacingMode on local device has switched.
CallObserver.LocalCancel - Class in com.ciscowebex.androidsdk.phone
TThis event is fired when the local party has cancelled the call.
CallObserver.LocalDecline - Class in com.ciscowebex.androidsdk.phone
This event is fired when the local party has declined the call.
CallObserver.LocalLeft - Class in com.ciscowebex.androidsdk.phone
This event is fired when local party has left the call.
CallObserver.LocalSharingViewSizeChanged - Class in com.ciscowebex.androidsdk.phone
Local video rendering view size has changed.
CallObserver.LocalVideoViewSizeChanged - Class in com.ciscowebex.androidsdk.phone
Local video rendering view size has changed.
CallObserver.MediaChangedEvent - Interface in com.ciscowebex.androidsdk.phone
Media change event
CallObserver.MembershipAudioMutedControlledEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership is muted by others in the meeting.
CallObserver.MembershipDeclinedEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership declined this call.
CallObserver.MembershipJoinedEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership joined this call.
CallObserver.MembershipLeftEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership left this call.
CallObserver.MembershipSendingAudioEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership started sending audio this call.
CallObserver.MembershipSendingSharingEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership started sharing this call.
CallObserver.MembershipSendingVideoEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership started sending video this call.
CallObserver.MembershipWaitingEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the person in the membership is waiting in the lobby.
CallObserver.OtherConnected - Class in com.ciscowebex.androidsdk.phone
This event is fired when one of the other phones of the authenticated user has answered the call.
CallObserver.OtherDeclined - Class in com.ciscowebex.androidsdk.phone
One of the other phones of the authenticated user has declined the call.
CallObserver.ReceivingAudio - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the local party muted or unmuted the audio.
CallObserver.ReceivingSharing - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the local party muted or unmuted the remote content sharing.
CallObserver.ReceivingVideo - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the local party muted or unmuted the video.
CallObserver.RemoteCancel - Class in com.ciscowebex.androidsdk.phone
This event is fired when the remote party has cancelled the call.
CallObserver.RemoteDecline - Class in com.ciscowebex.androidsdk.phone
This event is fired when the remote party has declined the call.
CallObserver.RemoteLeft - Class in com.ciscowebex.androidsdk.phone
This event is fired when the remote party has left the call.
CallObserver.RemoteSendingAudioEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the remote party muted or unmuted the audio.
CallObserver.RemoteSendingSharingEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the remote party muted or unmuted the content sharing.
CallObserver.RemoteSendingVideoEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the remote party muted or unmuted the video.
CallObserver.RemoteSharingViewSizeChanged - Class in com.ciscowebex.androidsdk.phone
Remote sharing rendering view size has changed.
CallObserver.RemoteVideoViewSizeChanged - Class in com.ciscowebex.androidsdk.phone
Remote video rendering view size has changed.
CallObserver.SendingAudio - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the local party muted or unmuted the audio.
CallObserver.SendingSharingEvent - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the local party started or stopped the content sharing.
CallObserver.SendingVideo - Class in com.ciscowebex.androidsdk.phone
This might be triggered when the local party muted or unmuted the video.
CallSchedule - Class in com.ciscowebex.androidsdk.phone
A CallSchedule represents the schedule of a scheduled call
CameraSwitched(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.CameraSwitched
 
cancel() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Cancel the currently outgoing call that has not been connected.
close() - Method in interface com.ciscowebex.androidsdk.phone.AuxStream
Close this auxiliary stream.
closeAuxStream(View) - Method in interface com.ciscowebex.androidsdk.phone.Call
Close the indicated auxiliary stream.
com.ciscowebex.androidsdk - package com.ciscowebex.androidsdk
 
com.ciscowebex.androidsdk.auth - package com.ciscowebex.androidsdk.auth
 
com.ciscowebex.androidsdk.membership - package com.ciscowebex.androidsdk.membership
 
com.ciscowebex.androidsdk.message - package com.ciscowebex.androidsdk.message
 
com.ciscowebex.androidsdk.people - package com.ciscowebex.androidsdk.people
 
com.ciscowebex.androidsdk.phone - package com.ciscowebex.androidsdk.phone
 
com.ciscowebex.androidsdk.space - package com.ciscowebex.androidsdk.space
 
com.ciscowebex.androidsdk.team - package com.ciscowebex.androidsdk.team
 
com.ciscowebex.androidsdk.webhook - package com.ciscowebex.androidsdk.webhook
 
compareTo(CallSchedule) - Method in class com.ciscowebex.androidsdk.phone.CallSchedule
 
CompletionHandler<T> - Interface in com.ciscowebex.androidsdk
A callback handler to be executed when a operation is completed.
create(String, String, String, boolean, CompletionHandler<Membership>) - Method in interface com.ciscowebex.androidsdk.membership.MembershipClient
Adds a person to a space by person id; optionally making the person a moderator.
create(String, String, String, String, String, String, String, String, CompletionHandler<Person>) - Method in interface com.ciscowebex.androidsdk.people.PersonClient
Create people in the authenticated user's organization.
create(String, String, CompletionHandler<Space>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Creates a space.
create(String, CompletionHandler<Team>) - Method in interface com.ciscowebex.androidsdk.team.TeamClient
Creates a team.
create(String, String, String, boolean, CompletionHandler<TeamMembership>) - Method in interface com.ciscowebex.androidsdk.team.TeamMembershipClient
Adds a person to a team by person id; optionally making the person a moderator of the team.
create(String, String, String, String, String, String, CompletionHandler<Webhook>) - Method in interface com.ciscowebex.androidsdk.webhook.WebhookClient
Posts a webhook for the authenticated user.

D

Date(Date) - Constructor for class com.ciscowebex.androidsdk.message.Before.Date
Create a Before.Date with a Date.
deauthorize() - Method in interface com.ciscowebex.androidsdk.auth.Authenticator
Deauthorizes the current user and clears any persistent state with regards to the current user.
deauthorize() - Method in class com.ciscowebex.androidsdk.auth.JWTAuthenticator
 
deauthorize() - Method in class com.ciscowebex.androidsdk.auth.OAuthAuthenticator
 
deauthorize() - Method in class com.ciscowebex.androidsdk.auth.OAuthWebViewAuthenticator
 
deauthorize() - Method in class com.ciscowebex.androidsdk.auth.SSOAuthenticator
 
defaultValue - Static variable in class com.ciscowebex.androidsdk.phone.AdvancedSetting.ShareMaxCaptureFPS
 
defaultVaule - Static variable in class com.ciscowebex.androidsdk.phone.AdvancedSetting.VideoEnableCamera2
 
defaultVaule - Static variable in class com.ciscowebex.androidsdk.phone.AdvancedSetting.VideoEnableDecoderMosaic
 
defaultVaule - Static variable in class com.ciscowebex.androidsdk.phone.AdvancedSetting.VideoMaxTxFPS
 
delete(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.membership.MembershipClient
Deletes a membership by membership id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Deletes a message asynchronously by message id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.people.PersonClient
Delete the details of person by person id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Deletes a space by id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.team.TeamClient
 
delete(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.team.TeamMembershipClient
Deletes a membership by id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.webhook.WebhookClient
Deletes a webhook by id.
deregister(CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Removes this *phone* from Cisco Webex cloud on behalf of the authenticated user.
dial(String, MediaOption, CompletionHandler<Call>) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Makes a call to an intended recipient on behalf of the authenticated user.
disableVideoCodecActivation() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Prevents the SDK from poping up an Alert for the end user to approve the use of H.264 video codec license from Cisco Systems, Inc.
downloadFile(RemoteFile, File, MessageClient.ProgressHandler, CompletionHandler<Uri>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Downloads a file attachement asynchronously.
downloadThumbnail(RemoteFile, File, MessageClient.ProgressHandler, CompletionHandler<Uri>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Downloads the thumbnail (preview image) of a file attachment asynchronously.
draft(Message.Text) - Static method in class com.ciscowebex.androidsdk.message.Message
Write a draft to be posted.

E

edit(Message, Message.Text, Mention[], CompletionHandler<MessageObserver.MessageEdited>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Edit a previous sent message asynchronously.
enableAskingReadPhoneStatePermission(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Toggle to enable or disable ask for Manifest.permission.READ_PHONE_STATE permission, true by default.
enableAudioBNR(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Enable audio background noise removal.
enableAudioEnhancementForModels(List<String>) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Turn on audio enhancement for the specified device models.
enableBackgroundConnection(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set true to keep Webex server connection when minimize app.
enableBackgroundStream(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set true to keep video stream(include local and remote) when minimize app, else will stop.
equals(Object) - Method in class com.ciscowebex.androidsdk.phone.CallSchedule
 

F

from() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ActiveSpeakerChangedEvent
 
from() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamPersonChangedEvent
 
from(String) - Static method in class com.ciscowebex.androidsdk.WebexError
 
from(Throwable) - Static method in class com.ciscowebex.androidsdk.WebexError
 
from(WebexError.ErrorCode) - Static method in class com.ciscowebex.androidsdk.WebexError
 
from(Response) - Static method in class com.ciscowebex.androidsdk.WebexError
 

G

get(String, CompletionHandler<Membership>) - Method in interface com.ciscowebex.androidsdk.membership.MembershipClient
Retrieves the details for a membership by membership id.
get(String, CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Retrieves a message asynchronously by message Id.
get(String, CompletionHandler<Person>) - Method in interface com.ciscowebex.androidsdk.people.PersonClient
Retrieves the details for a person by person id.
get(String, CompletionHandler<Space>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Retrieves the details for a space by id.
get(String, CompletionHandler<Team>) - Method in interface com.ciscowebex.androidsdk.team.TeamClient
Retrieves the details for a team by id.
get(String, CompletionHandler<TeamMembership>) - Method in interface com.ciscowebex.androidsdk.team.TeamMembershipClient
Retrieves the details for a membership by id.
get(String, CompletionHandler<Webhook>) - Method in interface com.ciscowebex.androidsdk.webhook.WebhookClient
Retrieves the details for a webhook by id.
getActiveSpeaker() - Method in interface com.ciscowebex.androidsdk.phone.Call
Get the current active speaker
getActorId() - Method in class com.ciscowebex.androidsdk.WebexEvent.Base
 
getActorId() - Method in interface com.ciscowebex.androidsdk.WebexEvent
Returns the identifier of the user that caused the event to be sent.
getAdvancedSetting(Class<? extends AdvancedSetting>) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Returns value of the advanced seting that has been set.
getAudioBNRMode() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the audio background noise removal mode.
getAudioMaxBandwidth() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Deprecated. 
getAudioMaxRxBandwidth() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the current maximum receivning bandwidth of audio stream.
getAuthenticator() - Method in class com.ciscowebex.androidsdk.Webex
 
getAuxStream(View) - Method in interface com.ciscowebex.androidsdk.phone.Call
Get an indicated auxiliary stream.
getAuxStream() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AbstractAuxStreamChangedEvent
 
getAuxStream() - Method in interface com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamChangedEvent
 
getAvailableAuxStreamCount() - Method in interface com.ciscowebex.androidsdk.phone.Call
Get the count of current available auxiliary streams
getAvatar() - Method in class com.ciscowebex.androidsdk.people.Person
 
getCall() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.AbstractCallEvent
 
getCall() - Method in interface com.ciscowebex.androidsdk.phone.CallObserver.CallEvent
 
getCallInTollFreeNumber() - Method in class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
The toll-free PSTN number for the space.
getCallInTollNumber() - Method in class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
The toll (local) PSTN number for the space.
getCallMembership() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.AbstractCallMembershipChangedEvent
 
getCallMembership() - Method in interface com.ciscowebex.androidsdk.phone.CallObserver.CallMembershipChangedEvent
 
getCode() - Method in enum com.ciscowebex.androidsdk.WebexError.ErrorCode
 
getCompositedVideoLayout() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
Returns the video layout of the active speaker and other attendees for the group video call.
getCreated() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
getCreated() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the Date that the message being created.
getCreated() - Method in class com.ciscowebex.androidsdk.people.Person
 
getCreated() - Method in class com.ciscowebex.androidsdk.space.Space
 
getCreated() - Method in class com.ciscowebex.androidsdk.team.Team
 
getCreated() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
getCreated() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getData() - Method in interface com.ciscowebex.androidsdk.Result
Returns the associated data if the result is a success, `null` otherwise.
getData() - Method in class com.ciscowebex.androidsdk.WebexError
 
getDate() - Method in class com.ciscowebex.androidsdk.message.Before.Date
Return the date.
getDefaultFacingMode() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Default camera facing mode of this phone, used as the default when dialing or answering a call.
getDefaultValue() - Method in class com.ciscowebex.androidsdk.phone.AdvancedSetting
Returns the default value of this setting item.
getDirection() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getDisplayName() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Returns the display name of this remote file.
getDisplayName() - Method in class com.ciscowebex.androidsdk.people.Person
 
getDisplayName() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
Notice, removed the getEmail() function, due to the email address can no longer get, since privacy protection reason.
getEmails() - Method in class com.ciscowebex.androidsdk.people.Person
 
getEnd() - Method in class com.ciscowebex.androidsdk.phone.CallSchedule
End time of the call is scheduled.
getError() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.CallErrorEvent
 
getError() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamClosedEvent
 
getError() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamOpenedEvent
 
getError() - Method in interface com.ciscowebex.androidsdk.Result
Returns the associated error value if the result is a failure, null otherwise.
getErrorCode() - Method in class com.ciscowebex.androidsdk.WebexError
 
getErrorMessage() - Method in class com.ciscowebex.androidsdk.WebexError
 
getEvent() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getExpiration() - Method in class com.ciscowebex.androidsdk.auth.JWTAuthenticator
Returns the expire date of the access token.
getFacingMode() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getFile() - Method in class com.ciscowebex.androidsdk.message.LocalFile
Returns the local File object to be uploaded.
getFile() - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Returns the local thumbnail file to be uploaded.
getFiles() - Method in class com.ciscowebex.androidsdk.message.Message
Return a list of files attached to this message.
getFiles() - Method in class com.ciscowebex.androidsdk.message.MessageObserver.MessageFileThumbnailsUpdated
Return the updated file(s) list.
getFilter() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getFirstName() - Method in class com.ciscowebex.androidsdk.people.Person
 
getFrom() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getHeight() - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Returns the height of the thumbnail.
getHeight() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Returns the height of the thumbnail.
getHtml() - Method in class com.ciscowebex.androidsdk.message.Message.Text
Returns the html if exist.
getId() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
getId() - Method in class com.ciscowebex.androidsdk.message.Message
Returns The identifier of this message.
getId() - Method in class com.ciscowebex.androidsdk.people.Person
 
getId() - Method in class com.ciscowebex.androidsdk.space.Space
 
getId() - Method in class com.ciscowebex.androidsdk.space.SpaceReadStatus
The identifier of this space.
getId() - Method in class com.ciscowebex.androidsdk.team.Team
 
getId() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
getId() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getIncomingCallListener() - Method in interface com.ciscowebex.androidsdk.phone.Phone
The listener for incoming call
getLastActivity() - Method in class com.ciscowebex.androidsdk.people.Person
 
getLastActivity() - Method in class com.ciscowebex.androidsdk.space.Space
 
getLastActivityDate() - Method in class com.ciscowebex.androidsdk.space.SpaceReadStatus
The date of last activity in the space
getLastName() - Method in class com.ciscowebex.androidsdk.people.Person
 
getLastSeenDate() - Method in class com.ciscowebex.androidsdk.membership.MembershipReadStatus
The last date and time the member have read messages.
getLastSeenDate() - Method in class com.ciscowebex.androidsdk.space.SpaceReadStatus
The date of the last message in the space that login user has read.
getLastSeenId() - Method in class com.ciscowebex.androidsdk.membership.MembershipReadStatus
The id of the last Message the member have read.
getLastSeenMessageId() - Method in class com.ciscowebex.androidsdk.membership.MembershipObserver.MembershipMessageSeen
Returns the id of last message read by the membership.
getLayout() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
getLocalVideoViewSize() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getLocalView() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
 
getMarkdown() - Method in class com.ciscowebex.androidsdk.message.Message.Text
Returns the markdown if exist.
getMe(CompletionHandler<Person>) - Method in interface com.ciscowebex.androidsdk.people.PersonClient
Retrieves the details for the authenticated user.
getMeetingInfo(String, CompletionHandler<SpaceMeetingInfo>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Shows Webex meeting details for a space such as the SIP address, meeting URL, toll-free and toll dial-in numbers.
getMeetingLink() - Method in class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
The Webex meeting URL for the space.
getMeetingNumber() - Method in class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
The Webex meeting number for the space.
getMembership() - Method in class com.ciscowebex.androidsdk.membership.MembershipObserver.MembershipCreated
Returns the membership being added.
getMembership() - Method in class com.ciscowebex.androidsdk.membership.MembershipObserver.MembershipDeleted
Returns the membership being removed.
getMembership() - Method in class com.ciscowebex.androidsdk.membership.MembershipObserver.MembershipMessageSeen
Returns the membership whose sent the read receipt.
getMembership() - Method in class com.ciscowebex.androidsdk.membership.MembershipObserver.MembershipUpdated
Returns the membership whose properties have been modified.
getMembership() - Method in class com.ciscowebex.androidsdk.membership.MembershipReadStatus
The Membership of the space.
getMemberships() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getMentions() - Method in class com.ciscowebex.androidsdk.message.Message
Returns all people mentioned in the message
getMessage() - Method in class com.ciscowebex.androidsdk.message.Before.Message
Return the identifier of the message.
getMessage() - Method in class com.ciscowebex.androidsdk.message.MessageObserver.MessageArrived
Deprecated.
Returns the message arrived.
getMessage() - Method in class com.ciscowebex.androidsdk.message.MessageObserver.MessageReceived
Returns the message arrived.
getMessageId() - Method in class com.ciscowebex.androidsdk.message.MessageObserver.MessageDeleted
Returns the id of the deleted message
getMessageId() - Method in class com.ciscowebex.androidsdk.message.MessageObserver.MessageUpdated
Return id of the updated message.
getMimeType() - Method in class com.ciscowebex.androidsdk.message.LocalFile
Returns the MIME type of this file.
getMimeType() - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Returns the MIME type of thumbnail.
getMimeType() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Returns the MIME type of this remote file.
getMimeType() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Returns the MIME type of the thumbnail.
getMultiStreamObserver() - Method in interface com.ciscowebex.androidsdk.phone.Call
Get the observer for the events of multi-stream in this call
getName() - Method in class com.ciscowebex.androidsdk.message.LocalFile
Returns the display name of the uploaded file.
getName() - Method in class com.ciscowebex.androidsdk.team.Team
 
getName() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getNickName() - Method in class com.ciscowebex.androidsdk.people.Person
 
getObserver() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getOpenedAuxStreamCount() - Method in interface com.ciscowebex.androidsdk.phone.Call
Get the count of already opened auxiliary streams
getOrgId() - Method in class com.ciscowebex.androidsdk.people.Person
 
getParentId() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the parent if this message is a reply message.
getPath() - Method in class com.ciscowebex.androidsdk.message.LocalFile
Returns the local path to the file to be uploaded..
getPath() - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Deprecated.
getPerson() - Method in interface com.ciscowebex.androidsdk.phone.AuxStream
 
getPersonDisplayName() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
getPersonDisplayName() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the name of the person who sent this message.
getPersonDisplayName() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
getPersonEmail() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
getPersonEmail() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the email address of the person who sent this message.
getPersonEmail() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
getPersonId() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
getPersonId() - Method in class com.ciscowebex.androidsdk.message.Mention.MentionPerson
Deprecated.
 
getPersonId() - Method in class com.ciscowebex.androidsdk.message.Mention.Person
 
getPersonId() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the identifier of the person who sent this message.
getPersonId() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
getPersonId() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
getPersonOrgId() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
getPersonOrgId() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
getPhoneNumber() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
getPin() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
If join as moderator, PIN should be a host key, else PIN should be a meeting password.
getPlain() - Method in class com.ciscowebex.androidsdk.message.Message.Text
Returns the plain text if exist
getProgressHandler() - Method in class com.ciscowebex.androidsdk.message.LocalFile
Returns the MessageClient.ProgressHandler used when uploading this file.
getRemoteFiles() - Method in class com.ciscowebex.androidsdk.message.Message
Deprecated. 
getRemoteVideoViewSize() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getRemoteView() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
 
getRenderView() - Method in interface com.ciscowebex.androidsdk.phone.AuxStream
 
getRenderView() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamClosedEvent
 
getRenderView() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamOpenedEvent
 
getResource() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getSchedules() - Method in interface com.ciscowebex.androidsdk.phone.Call
Returns the schedules of this call if this call has one or more schedules.
getSecret() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getServiceUrl(Phone.ServiceUrlType) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the required service url, return null if unregistered.
getSharingMaxBandwidth() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Deprecated. 
getSharingMaxRxBandwidth() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the current maximum receiving bandwidth of content sharing stream.
getSharingRenderView() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getSharingView() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
 
getSharingViewSize() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getSipAddress() - Method in class com.ciscowebex.androidsdk.space.Space
 
getSipAddress() - Method in class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
The SIP address for the space.
getSipUrl() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
getSize() - Method in class com.ciscowebex.androidsdk.message.LocalFile
Returns the size in bytes of the file.
getSize() - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Returns the size in bytes of the thumbnail.
getSize() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Returns the size in bytes of this remote file.
getSize() - Method in interface com.ciscowebex.androidsdk.phone.AuxStream
 
getSpace() - Method in class com.ciscowebex.androidsdk.space.SpaceObserver.SpaceCreated
Returns the created space.
getSpace() - Method in class com.ciscowebex.androidsdk.space.SpaceObserver.SpaceUpdated
Returns the changed space.
getSpaceId() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
getSpaceId() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the identifier of the space where this message was posted.
getSpaceId() - Method in interface com.ciscowebex.androidsdk.phone.Call
Return the associated space of this call
getSpaceId() - Method in class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
A unique identifier for the space.
getSpaceId() - Method in class com.ciscowebex.androidsdk.space.SpaceObserver.SpaceCallEnded
Return the space ID.
getSpaceId() - Method in class com.ciscowebex.androidsdk.space.SpaceObserver.SpaceCallStarted
Return the space ID.
getSpaceType() - Method in class com.ciscowebex.androidsdk.message.Message
 
getStart() - Method in class com.ciscowebex.androidsdk.phone.CallSchedule
Start time of the call is scheduled.
getState() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
getStatus() - Method in class com.ciscowebex.androidsdk.people.Person
 
getStatus() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getTargetUrl() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 
getTeamId() - Method in class com.ciscowebex.androidsdk.space.Space
 
getTeamId() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
getText() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the content of the message.
getTextAsObject() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the content of the message in as Message.Text object.
getThumbnail() - Method in class com.ciscowebex.androidsdk.message.LocalFile
Return the thumbnail for the local file.
getThumbnail() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Returns the thumbnail of this remote file.
getTitle() - Method in class com.ciscowebex.androidsdk.space.Space
 
getTo() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getToken(CompletionHandler<String>) - Method in interface com.ciscowebex.androidsdk.auth.Authenticator
Returns an access token of this authenticator.
getToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.JWTAuthenticator
 
getToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.OAuthAuthenticator
 
getToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.OAuthWebViewAuthenticator
 
getToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.SSOAuthenticator
 
getToPersonEmail() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the email address of the recipient when sending a private 1:1 message
getToPersonId() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the identifier of the recipient when sending a private 1:1 message.
getType() - Method in class com.ciscowebex.androidsdk.people.Person
 
getType() - Method in class com.ciscowebex.androidsdk.space.Space
 
getType() - Method in class com.ciscowebex.androidsdk.space.SpaceReadStatus
The type of this space.
getUpdated() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the Date that the message being updated, the date will equals created time, if has NOT updated.
getUrl() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Deprecated. 
getUrl() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Deprecated.
getValue() - Method in class com.ciscowebex.androidsdk.phone.AdvancedSetting
Returns the value of this setting item.
getValue() - Method in enum com.ciscowebex.androidsdk.phone.Phone.AudioBRNMode
 
getValue() - Method in enum com.ciscowebex.androidsdk.phone.Phone.DefaultBandwidth
 
getVersion() - Method in class com.ciscowebex.androidsdk.Webex
Get current SDK version
getVideoCodecLicense() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the text of the H.264 codec license from Cisco Systems, Inc.
getVideoCodecLicenseURL() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the URL of the H.264 codec license from Cisco Systems, Inc.
getVideoMaxBandwidth() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Deprecated. 
getVideoMaxRxBandwidth() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the current maximum receiving bandwidth of video stream.
getVideoMaxTxBandwidth() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the current maximum sending bandwidth of video stream.
getVideoRenderViews() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
getVideoStreamMode() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return the video stream mode.
getWaitReason() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.MembershipWaitingEvent
 
getWidth() - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Returns the width of the thumbnail.
getWidth() - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Returns the width of the thumbnail.
getWithReadStatus(String, CompletionHandler<SpaceReadStatus>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Returns a SpaceReadStatus with the details about the date of the last activity in the space, and the date of current user last presence in the space.

H

hangup(CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Disconnects this call.
hashCode() - Method in class com.ciscowebex.androidsdk.phone.CallSchedule
 
hasSharing() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
Whether content sharing is enabled.
hasVideo() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
Whether video is enabled.
html(String, String) - Static method in class com.ciscowebex.androidsdk.message.Message.Text
Make a Text object for the html.

I

is(WebexError.ErrorCode) - Method in class com.ciscowebex.androidsdk.WebexError
Check the error type.
isActiveSpeaker() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
isAllMentioned() - Method in class com.ciscowebex.androidsdk.message.Message
Returns true if the message mentioned everyone in space.
isAudioBNREnable() - Method in interface com.ciscowebex.androidsdk.phone.Phone
True if audio background noise removal is open, otherwise false.
isAudioMutedControlled() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
isAuthorized() - Method in interface com.ciscowebex.androidsdk.auth.Authenticator
Returns True if the user is logically authorized.
isAuthorized() - Method in class com.ciscowebex.androidsdk.auth.JWTAuthenticator
 
isAuthorized() - Method in class com.ciscowebex.androidsdk.auth.OAuthAuthenticator
 
isAuthorized() - Method in class com.ciscowebex.androidsdk.auth.OAuthWebViewAuthenticator
 
isAuthorized() - Method in class com.ciscowebex.androidsdk.auth.SSOAuthenticator
 
isHardwareAccelerationEnabled() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Return True if Google hardware media codec is turned on for video.
isInitiator() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
isLocked() - Method in class com.ciscowebex.androidsdk.space.Space
 
isModerator() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
isModerator() - Method in class com.ciscowebex.androidsdk.phone.MediaOption
If true, join the meeting as a moderator.
isModerator() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
isMonitor() - Method in class com.ciscowebex.androidsdk.membership.Membership
Deprecated. 
isReceiving() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingAudio
 
isReceiving() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingSharing
 
isReceiving() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingVideo
 
isReceivingAudio() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isReceivingSharing() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isReceivingVideo() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isRemoteSendingAudio() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isRemoteSendingSharing() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isRemoteSendingVideo() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isReply() - Method in class com.ciscowebex.androidsdk.message.Message
Checks if this is a reply message.
isSelfMentioned() - Method in class com.ciscowebex.androidsdk.message.Message
Returns true if the message is the recepient of the message is included in message's mention list
isSending() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingAudioEvent
 
isSending() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingSharingEvent
 
isSending() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingVideoEvent
 
isSending() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.SendingAudio
 
isSending() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.SendingSharingEvent
 
isSending() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.SendingVideo
 
isSendingAudio() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isSendingAudio() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
isSendingDTMFEnabled() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isSendingSharing() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isSendingSharing() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
isSendingVideo() - Method in interface com.ciscowebex.androidsdk.phone.AuxStream
 
isSendingVideo() - Method in interface com.ciscowebex.androidsdk.phone.Call
 
isSendingVideo() - Method in interface com.ciscowebex.androidsdk.phone.CallMembership
 
isSuccessful() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamClosedEvent
 
isSuccessful() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamOpenedEvent
 
isSuccessful() - Method in interface com.ciscowebex.androidsdk.Result
Returns true if the result is a success, false otherwise

J

JWTAuthenticator - Class in com.ciscowebex.androidsdk.auth
A JSON Web Token (JWT) based authentication strategy is to be used to authenticate a user on Cisco Webex.
JWTAuthenticator() - Constructor for class com.ciscowebex.androidsdk.auth.JWTAuthenticator
Creates a new JWT authentication strategy

L

letIn(CallMembership) - Method in interface com.ciscowebex.androidsdk.phone.Call
Admit a CallMembership into the meeting from the lobby.
letIn(List<CallMembership>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Admit CallMemberships into the meeting from the lobby.
list(String, String, String, int, CompletionHandler<List<Membership>>) - Method in interface com.ciscowebex.androidsdk.membership.MembershipClient
Lists all space memberships where the authenticated user belongs.
list(String, Before, int, Mention[], CompletionHandler<List<Message>>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Lists all messages in a space by space Id asynchronously.
list(String, String, String, String, int, CompletionHandler<List<Message>>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Deprecated. 
list(String, String, int, CompletionHandler<List<Person>>) - Method in interface com.ciscowebex.androidsdk.people.PersonClient
Lists people in the authenticated user's organization.
list(String, String, String, String, int, CompletionHandler<List<Person>>) - Method in interface com.ciscowebex.androidsdk.people.PersonClient
Lists people in the authenticated user's organization.
list(String, int, Space.SpaceType, SpaceClient.SortBy, CompletionHandler<List<Space>>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Lists all spaces where the authenticated user belongs.
list(int, CompletionHandler<List<Team>>) - Method in interface com.ciscowebex.androidsdk.team.TeamClient
Lists teams to which the authenticated user belongs.
list(String, int, CompletionHandler<List<TeamMembership>>) - Method in interface com.ciscowebex.androidsdk.team.TeamMembershipClient
Lists all team memberships where the authenticated user belongs.
list(int, CompletionHandler<List<Webhook>>) - Method in interface com.ciscowebex.androidsdk.webhook.WebhookClient
Lists all webhooks of the authenticated user.
listWithActiveCalls(CompletionHandler<List<String>>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Returns a list of spaces in which there are active calls.
listWithReadStatus(String, CompletionHandler<List<MembershipReadStatus>>) - Method in interface com.ciscowebex.androidsdk.membership.MembershipClient
Returns a list of memberships with details about the lastSeenId for each user so that application can tell which message was the last message was read by each user.
listWithReadStatus(int, CompletionHandler<List<SpaceReadStatus>>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Returns a list of SpaceReadStatus with details about the date of the last activity in the space, and the date of current user last presence in the space.
LocalCancel(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.LocalCancel
 
LocalDecline(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.LocalDecline
 
LocalFile - Class in com.ciscowebex.androidsdk.message
A data type represents a local file.
LocalFile(File) - Constructor for class com.ciscowebex.androidsdk.message.LocalFile
Constructs a LocalFile object out of a local file.
LocalFile(File, String, LocalFile.Thumbnail, MessageClient.ProgressHandler) - Constructor for class com.ciscowebex.androidsdk.message.LocalFile
Constructs a LocalFile object out of a local File.
LocalFile.Thumbnail - Class in com.ciscowebex.androidsdk.message
A data type represents a thumbnail of this local file.
LocalLeft(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.LocalLeft
 
LocalSharingViewSizeChanged(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.LocalSharingViewSizeChanged
 
LocalVideoViewSizeChanged(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.LocalVideoViewSizeChanged
 

M

markAsRead(String) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Mark all messages in the space read.
markAsRead(String, String) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Mark messages sent before the specified message in the space are read, including the specified message.
markdown(String, String, String) - Static method in class com.ciscowebex.androidsdk.message.Message.Text
Make a Text object for the markdown.
MediaOption - Class in com.ciscowebex.androidsdk.phone
A data type represents the media options of a call.
MediaOption.CompositedVideoLayout - Enum in com.ciscowebex.androidsdk.phone
The video layout for the active speaker and other attendees in the group video meeting.
MediaOption.VideoLayout - Enum in com.ciscowebex.androidsdk.phone
Deprecated.
MediaRenderView - Class in com.ciscowebex.androidsdk.phone
Webex media view for local, remote and screen share
MediaRenderView(Context) - Constructor for class com.ciscowebex.androidsdk.phone.MediaRenderView
 
MediaRenderView(Context, AttributeSet) - Constructor for class com.ciscowebex.androidsdk.phone.MediaRenderView
 
MediaRenderView(Context, AttributeSet, int) - Constructor for class com.ciscowebex.androidsdk.phone.MediaRenderView
 
MediaRenderView(Context, AttributeSet, int, int) - Constructor for class com.ciscowebex.androidsdk.phone.MediaRenderView
 
Membership - Class in com.ciscowebex.androidsdk.membership
Membership contents.
MembershipAudioMutedControlledEvent(Call, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipAudioMutedControlledEvent
 
MembershipClient - Interface in com.ciscowebex.androidsdk.membership
A client wrapper of the Cisco Webex Space Memberships REST API
MembershipDeclinedEvent(Call, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipDeclinedEvent
 
MembershipJoinedEvent(Call, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipJoinedEvent
 
MembershipLeftEvent(Call, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipLeftEvent
 
MembershipObserver - Interface in com.ciscowebex.androidsdk.membership
Callback to receive the events from a MembershipClient.
MembershipObserver.MembershipCreated - Class in com.ciscowebex.androidsdk.membership
The event when a user is added to a space.
MembershipObserver.MembershipDeleted - Class in com.ciscowebex.androidsdk.membership
The event when a user is removed from a space.
MembershipObserver.MembershipEvent - Interface in com.ciscowebex.androidsdk.membership
Mark interface for all membership events.
MembershipObserver.MembershipMessageSeen - Class in com.ciscowebex.androidsdk.membership
The event when a membership has sent a read receipt
MembershipObserver.MembershipUpdated - Class in com.ciscowebex.androidsdk.membership
The event when a membership's properties changed.
MembershipReadStatus - Class in com.ciscowebex.androidsdk.membership
The read status of the Membership for space.
memberships() - Method in class com.ciscowebex.androidsdk.Webex
Memberships represent a person's relationships to spaces.
MembershipSendingAudioEvent(Call, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipSendingAudioEvent
 
MembershipSendingSharingEvent(Call, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipSendingSharingEvent
 
MembershipSendingVideoEvent(Call, CallMembership) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipSendingVideoEvent
 
MembershipWaitingEvent(Call, CallMembership, Call.WaitReason) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.MembershipWaitingEvent
 
Mention - Interface in com.ciscowebex.androidsdk.message
A data type represents mention.
Mention.All - Class in com.ciscowebex.androidsdk.message
Mention all people in a space.
Mention.MentionAll - Class in com.ciscowebex.androidsdk.message
Deprecated. 
Mention.MentionPerson - Class in com.ciscowebex.androidsdk.message
Deprecated. 
Mention.Person - Class in com.ciscowebex.androidsdk.message
Mention one particular person by person Id.
MentionAll() - Constructor for class com.ciscowebex.androidsdk.message.Mention.MentionAll
Deprecated.
 
MentionPerson(String) - Constructor for class com.ciscowebex.androidsdk.message.Mention.MentionPerson
Deprecated.
 
Message(String) - Constructor for class com.ciscowebex.androidsdk.message.Before.Message
Create a Before.Message with a message id.
Message - Class in com.ciscowebex.androidsdk.message
This class represents a Message on Cisco Webex.
Message.Draft - Interface in com.ciscowebex.androidsdk.message
Encapsulating the content will be post.
Message.Text - Class in com.ciscowebex.androidsdk.message
The wrapper for the message text in different formats: plain text, markdown, and html.
MessageClient - Interface in com.ciscowebex.androidsdk.message
MessageClient represents a client to the Webex platform.
MessageClient.ProgressHandler - Interface in com.ciscowebex.androidsdk.message
A callback to indicate the progress of an action in already processed size (bytes).
MessageObserver - Interface in com.ciscowebex.androidsdk.message
Callback to receive the events from a MessageClient.
MessageObserver.MessageArrived - Class in com.ciscowebex.androidsdk.message
Deprecated. 
MessageObserver.MessageDeleted - Class in com.ciscowebex.androidsdk.message
The event when a message has been deleted.
MessageObserver.MessageEdited - Class in com.ciscowebex.androidsdk.message
The message has been edited.
MessageObserver.MessageEvent - Interface in com.ciscowebex.androidsdk.message
Mark interface for all message events.
MessageObserver.MessageFileThumbnailsUpdated - Class in com.ciscowebex.androidsdk.message
The thumbnails of the attached files in message has been updated.
MessageObserver.MessageReceived - Class in com.ciscowebex.androidsdk.message
The event when a new message has arrived.
MessageObserver.MessageUpdated - Class in com.ciscowebex.androidsdk.message
The event when an existing message has been updated.
messages() - Method in class com.ciscowebex.androidsdk.Webex
Messages are how we communicate in a space.
MultiStreamObserver - Interface in com.ciscowebex.androidsdk.phone
Created by qimdeng on 8/29/18.
MultiStreamObserver.AbstractAuxStreamChangedEvent - Class in com.ciscowebex.androidsdk.phone
Base class for the event of an AuxStreamChangedEvent
MultiStreamObserver.AuxStreamChangedEvent - Interface in com.ciscowebex.androidsdk.phone
Interface for an auxiliary stream changed event
MultiStreamObserver.AuxStreamClosedEvent - Class in com.ciscowebex.androidsdk.phone
This will be triggered when auxiliary stream is closed successfully or unsuccessfully.
MultiStreamObserver.AuxStreamOpenedEvent - Class in com.ciscowebex.androidsdk.phone
This will be triggered when auxiliary stream is opened successfully or unsuccessfully.
MultiStreamObserver.AuxStreamPersonChangedEvent - Class in com.ciscowebex.androidsdk.phone
This will be triggered when the person represented this auxiliary stream is changed
MultiStreamObserver.AuxStreamSendingVideoEvent - Class in com.ciscowebex.androidsdk.phone
This will be triggered when the network is unstable or the represented person muted or unmuted his video, and client can get the detail from the property
MultiStreamObserver.AuxStreamSizeChangedEvent - Class in com.ciscowebex.androidsdk.phone
This will be triggered when the auxiliary stream view size is changed, and client can get the detail from the property

O

OAuthAuthenticator - Class in com.ciscowebex.androidsdk.auth
An OAuth based authentication strategy for authenticating a user on Cisco Webex.
OAuthAuthenticator(String, String, String, String) - Constructor for class com.ciscowebex.androidsdk.auth.OAuthAuthenticator
Creates a new OAuth authentication strategy
OAuthWebViewAuthenticator - Class in com.ciscowebex.androidsdk.auth
An OAuth based authentication with a WebView.
OAuthWebViewAuthenticator(String, String, String, String) - Constructor for class com.ciscowebex.androidsdk.auth.OAuthWebViewAuthenticator
Creates a new OAuth authentication strategy
onAuxStreamAvailable() - Method in interface com.ciscowebex.androidsdk.phone.MultiStreamObserver
Callback of SDK when there is a new available auxiliary stream.
onAuxStreamChanged(MultiStreamObserver.AuxStreamChangedEvent) - Method in interface com.ciscowebex.androidsdk.phone.MultiStreamObserver
Callback when an auxiliary stream is changed
onAuxStreamUnavailable() - Method in interface com.ciscowebex.androidsdk.phone.MultiStreamObserver
Callback of SDK when there is a auxiliary stream unavailable.
onCallMembershipChanged(CallObserver.CallMembershipChangedEvent) - Method in interface com.ciscowebex.androidsdk.phone.CallObserver
Callback when the memberships of this call have changed.
onComplete(Result<T>) - Method in interface com.ciscowebex.androidsdk.CompletionHandler
A callback to be executed when a operation is completed.
onConnected(Call) - Method in interface com.ciscowebex.androidsdk.phone.CallObserver
Callback when remote participant(s) answered and the call is connected.
onDisconnected(CallObserver.CallDisconnectedEvent) - Method in interface com.ciscowebex.androidsdk.phone.CallObserver
Callback when the call is disconnected (hangup, cancelled, get declined or other self device pickup the call).
onEvent(MembershipObserver.MembershipEvent) - Method in interface com.ciscowebex.androidsdk.membership.MembershipObserver
Invoked when there is a new MembershipObserver.MembershipEvent.
onEvent(MessageObserver.MessageEvent) - Method in interface com.ciscowebex.androidsdk.message.MessageObserver
Invoked when there is a new MessageObserver.MessageEvent.
onEvent(SpaceObserver.SpaceEvent) - Method in interface com.ciscowebex.androidsdk.space.SpaceObserver
Invoked when there is a new SpaceObserver.SpaceEvent.
onIncomingCall(Call) - Method in interface com.ciscowebex.androidsdk.phone.Phone.IncomingCallListener
Callback when call is incoming.
onMediaChanged(CallObserver.MediaChangedEvent) - Method in interface com.ciscowebex.androidsdk.phone.CallObserver
Callback when the media types of the call have changed.
onProgress(double) - Method in interface com.ciscowebex.androidsdk.message.MessageClient.ProgressHandler
 
onRinging(Call) - Method in interface com.ciscowebex.androidsdk.phone.CallObserver
Callback when remote participant(s) is ringing.
onScheduleChanged(Call) - Method in interface com.ciscowebex.androidsdk.phone.CallObserver
Callback when the `Call` is scheduled call and the schedules of the call has been changed.
onWaiting(Call, Call.WaitReason) - Method in interface com.ciscowebex.androidsdk.phone.CallObserver
Callback when the call is waiting.
openAuxStream(View) - Method in interface com.ciscowebex.androidsdk.phone.Call
Open a new auxiliary stream with a view.
OtherConnected(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.OtherConnected
 
OtherDeclined(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.OtherDeclined
 

P

people() - Method in class com.ciscowebex.androidsdk.Webex
People are registered users of Cisco Webex.
Person(String) - Constructor for class com.ciscowebex.androidsdk.message.Mention.Person
 
Person - Class in com.ciscowebex.androidsdk.people
Person contents.
Person() - Constructor for class com.ciscowebex.androidsdk.people.Person
 
PersonClient - Interface in com.ciscowebex.androidsdk.people
A client wrapper of the Cisco Webex People REST API
Phone - Interface in com.ciscowebex.androidsdk.phone
Phone represents a Cisco Webex calling device.
phone() - Method in class com.ciscowebex.androidsdk.Webex
Phone can be used to make audio and video calls on Cisco Webex.
Phone.AudioBRNMode - Enum in com.ciscowebex.androidsdk.phone
The enumeration of audio BNR mode choices, default is HP.
Phone.DefaultBandwidth - Enum in com.ciscowebex.androidsdk.phone
The enumeration of common bandwidth choices.
Phone.FacingMode - Enum in com.ciscowebex.androidsdk.phone
The enumeration of Camera facing modes.
Phone.H264LicenseAction - Enum in com.ciscowebex.androidsdk.phone
The options for H.264 video codec license from Cisco Systems, Inc
Phone.IncomingCallListener - Interface in com.ciscowebex.androidsdk.phone
The interface for a listener for incoming call
Phone.ServiceUrlType - Enum in com.ciscowebex.androidsdk.phone
The enumeration of service url.
Phone.VideoStreamMode - Enum in com.ciscowebex.androidsdk.phone
The enumeration of remote video stream.
plain(String) - Static method in class com.ciscowebex.androidsdk.message.Message.Text
Make a Text object for the plain text.
post(String, Message.Draft, CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Posts a message to a space or a person asynchronously.
post(String, String, String, String, String, String[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Deprecated. 
post(String, String, Mention[], LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Deprecated. 
postToPerson(String, String, LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Posts a message with optional file attachments to a person asynchronously.
postToPerson(String, Message.Text, LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Posts a message with optional file attachments to a person asynchronously.
postToPerson(EmailAddress, String, LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Posts a message with optional file attachments to a person asynchronously.
postToPerson(EmailAddress, Message.Text, LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Posts a message with optional file attachments to a person asynchronously.
postToSpace(String, String, Mention[], LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Posts a message with optional file attachments to a space asynchronously.
postToSpace(String, Message.Text, Mention[], LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Posts a message with optional file attachments to a space asynchronously.

R

ReceivingAudio(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingAudio
 
ReceivingSharing(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingSharing
 
ReceivingVideo(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingVideo
 
refresh() - Method in interface com.ciscowebex.androidsdk.phone.AuxStream
Deprecated. 
refreshToken(CompletionHandler<String>) - Method in interface com.ciscowebex.androidsdk.auth.Authenticator
Refresh an access token of this authenticator.
refreshToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.JWTAuthenticator
 
refreshToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.OAuthAuthenticator
 
refreshToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.OAuthWebViewAuthenticator
 
refreshToken(CompletionHandler<String>) - Method in class com.ciscowebex.androidsdk.auth.SSOAuthenticator
 
register(CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Registers this phone to Cisco Webex cloud on behalf of the authenticated user.
reject(CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Rejects this call.
RemoteCancel(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteCancel
 
RemoteDecline(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteDecline
 
RemoteFile - Interface in com.ciscowebex.androidsdk.message
A data type represents a remote file on the Cisco Webex.
RemoteFile.Thumbnail - Interface in com.ciscowebex.androidsdk.message
A data type represents a thumbnail file.
RemoteLeft(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteLeft
 
RemoteSendingAudioEvent(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingAudioEvent
 
RemoteSendingSharingEvent(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingSharingEvent
 
RemoteSendingVideoEvent(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingVideoEvent
 
RemoteSharingViewSizeChanged(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSharingViewSizeChanged
 
RemoteVideoViewSizeChanged(Call) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.RemoteVideoViewSizeChanged
 
requestVideoCodecActivation(AlertDialog.Builder, CompletionHandler<Phone.H264LicenseAction>) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Pops up an Alert for the end user to approve the use of H.264 codec license from Cisco Systems, Inc.
Result<T> - Interface in com.ciscowebex.androidsdk
Service request results.
runInBackground(boolean) - Method in class com.ciscowebex.androidsdk.Webex
Invoke this method when the application switches between background and foreground.

S

sendDTMF(String, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Sends DTMF events to the remote party.
sendFeedback(int, String) - Method in interface com.ciscowebex.androidsdk.phone.Call
Sends feedback for this call to Cisco Webex team.
SendingAudio(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.SendingAudio
 
SendingSharingEvent(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.SendingSharingEvent
 
SendingVideo(Call, boolean) - Constructor for class com.ciscowebex.androidsdk.phone.CallObserver.SendingVideo
 
serializedName() - Method in enum com.ciscowebex.androidsdk.space.Space.SpaceType
Return serialized name
serializedName() - Method in enum com.ciscowebex.androidsdk.space.SpaceClient.SortBy
Return serialized name
setAdvancedSetting(AdvancedSetting) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set advanced setings for call.
setAudioBNRMode(Phone.AudioBRNMode) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set the audio background noise removal mode, default value is Phone.AudioBRNMode.HP.
setAudioMaxBandwidth(int) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Deprecated. 
setAudioMaxRxBandwidth(int) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set the max receivning bandwidth for audio in unit bps for the call.
setCompositedVideoLayout(MediaOption.CompositedVideoLayout) - Method in interface com.ciscowebex.androidsdk.phone.Call
Specify the composited video layout for the active speaker and other attendees in the group video meeting.
setCompositedVideoLayout(MediaOption.CompositedVideoLayout, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Specify the composited video layout for the active speaker and other attendees in the group video meeting.
setCompositedVideoLayout(MediaOption.CompositedVideoLayout) - Method in class com.ciscowebex.androidsdk.phone.MediaOption
Set the video layout of the active speaker and other attendees for the group video call.
setDefaultFacingMode(Phone.FacingMode) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set default camera facing mode of this phone, used as the default when dialing or answering a call.
setDisplayName(String) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Deprecated. 
setFacingMode(Phone.FacingMode) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setFile(File) - Method in class com.ciscowebex.androidsdk.message.LocalFile
Deprecated.
setHardwareAccelerationEnabled(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Turn on/off Google hardware media codec for video.
setHeight(int) - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Deprecated.
setHeight(int) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Deprecated.
setIncomingCallListener(Phone.IncomingCallListener) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set the listener to listen to the incoming call to this Phone.
setLayout(MediaOption.CompositedVideoLayout) - Method in class com.ciscowebex.androidsdk.phone.MediaOption
setLogLevel(Webex.LogLevel) - Method in class com.ciscowebex.androidsdk.Webex
Set the log level of the logging.
setMembershipObserver(MembershipObserver) - Method in interface com.ciscowebex.androidsdk.membership.MembershipClient
Sets a MembershipObserver in this client.
setMessage(Message) - Method in class com.ciscowebex.androidsdk.message.MessageObserver.MessageArrived
Deprecated.
 
setMessageObserver(MessageObserver) - Method in interface com.ciscowebex.androidsdk.message.MessageClient
Sets a MessageObserver in this client.
setMimeType(String) - Method in class com.ciscowebex.androidsdk.message.LocalFile
Deprecated.
setMimeType(String) - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Deprecated.
setMimeType(String) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Deprecated.
setMimeType(String) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Deprecated.
setModerator(boolean) - Method in class com.ciscowebex.androidsdk.phone.MediaOption
If true, join the meeting as a moderator.
setMultiStreamObserver(MultiStreamObserver) - Method in interface com.ciscowebex.androidsdk.phone.Call
Set the observer for the events of multi-stream in this call
setName(String) - Method in class com.ciscowebex.androidsdk.message.LocalFile
Deprecated.
setObserver(CallObserver) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setParent(Message) - Method in interface com.ciscowebex.androidsdk.message.Message.Draft
Set the parent message of the threading message.
setPath(String) - Method in class com.ciscowebex.androidsdk.message.LocalFile
Deprecated.
setPath(String) - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Deprecated.
setPin(String) - Method in class com.ciscowebex.androidsdk.phone.MediaOption
If join as moderator, PIN should be a host key, else PIN should be a meeting password.
setProgressHandler(MessageClient.ProgressHandler) - Method in class com.ciscowebex.androidsdk.message.LocalFile
Deprecated.
setReceivingAudio(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setReceivingSharing(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setReceivingVideo(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setRemoteVideoRenderMode(Call.VideoRenderMode) - Method in interface com.ciscowebex.androidsdk.phone.Call
Specify how the remote video adjusts its content to be render in a view.
setSendingAudio(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setSendingSharing(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setSendingVideo(boolean) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setSharingMaxBandwidth(int) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Deprecated. 
setSharingMaxRxBandwidth(int) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set the max receiving bandwidth for content sharing in unit bps for the call.
setSharingRenderView(View) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setSize(long) - Method in class com.ciscowebex.androidsdk.message.LocalFile
Deprecated.
setSize(long) - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Deprecated.
setSize(Long) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Deprecated. 
setSpaceObserver(SpaceObserver) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Sets a SpaceObserver in this client.
setThumbnail(LocalFile.Thumbnail) - Method in class com.ciscowebex.androidsdk.message.LocalFile
Deprecated.
setThumbnail(RemoteFile.Thumbnail) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Deprecated. 
setUrl(String) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile
Deprecated. 
setUrl(String) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Deprecated.
setVideoLayout(MediaOption.CompositedVideoLayout) - Method in interface com.ciscowebex.androidsdk.phone.Call
setVideoMaxBandwidth(int) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Deprecated. 
setVideoMaxRxBandwidth(int) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set the max receiving bandwidth for video in unit bps for the call.
setVideoMaxTxBandwidth(int) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set the max sending bandwidth for video in unit bps for the call.
setVideoRenderViews(Pair<View, View>) - Method in interface com.ciscowebex.androidsdk.phone.Call
 
setVideoStreamMode(Phone.VideoStreamMode) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Set the video stream mode, default value is Phone.VideoStreamMode.COMPOSITED.
setWidth(int) - Method in class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Deprecated.
setWidth(int) - Method in interface com.ciscowebex.androidsdk.message.RemoteFile.Thumbnail
Deprecated.
ShareMaxCaptureFPS(int) - Constructor for class com.ciscowebex.androidsdk.phone.AdvancedSetting.ShareMaxCaptureFPS
 
Space - Class in com.ciscowebex.androidsdk.space
A data type represents a Space at Cisco Webex cloud.
Space() - Constructor for class com.ciscowebex.androidsdk.space.Space
 
Space.SpaceType - Enum in com.ciscowebex.androidsdk.space
The enumeration of the types of a space.
SpaceClient - Interface in com.ciscowebex.androidsdk.space
A client wrapper of the Cisco Webex Spaces REST API
SpaceClient.SortBy - Enum in com.ciscowebex.androidsdk.space
Sort results by space ID (id), most recent activity (lastactivity), or most recently created (created).
SpaceMeetingInfo - Class in com.ciscowebex.androidsdk.space
The Webex meeting details for a space such as the SIP address, meeting URL, toll-free and toll dial-in numbers.
SpaceMeetingInfo() - Constructor for class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
 
SpaceObserver - Interface in com.ciscowebex.androidsdk.space
Callback to receive the events from a SpaceClient.
SpaceObserver.SpaceCallEnded - Class in com.ciscowebex.androidsdk.space
The event when a space call ended.
SpaceObserver.SpaceCallStarted - Class in com.ciscowebex.androidsdk.space
The event when a space call started.
SpaceObserver.SpaceCreated - Class in com.ciscowebex.androidsdk.space
The event when a new space was created
SpaceObserver.SpaceEvent - Interface in com.ciscowebex.androidsdk.space
Mark interface for all space events.
SpaceObserver.SpaceUpdated - Class in com.ciscowebex.androidsdk.space
The event when a space was changed (usually a rename).
SpaceReadStatus - Class in com.ciscowebex.androidsdk.space
Read status about the date of last activity in the space and the date of current user last presence in the space.
spaces() - Method in class com.ciscowebex.androidsdk.Webex
Spaces are virtual meeting places in Cisco Webex where people post messages and collaborate to get work done.
SSOAuthenticator - Class in com.ciscowebex.androidsdk.auth
An Single sign-on SSO based authentication strategy used to authenticate a user on Cisco Webex.
SSOAuthenticator(String, String, String, String, String, String, Map<String, String>) - Constructor for class com.ciscowebex.androidsdk.auth.SSOAuthenticator
Creates a new OAuth authentication strategy
startPreview(View) - Method in interface com.ciscowebex.androidsdk.phone.Phone
Render a preview of the local party before the call is answered.
startSharing(CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Deprecated. 
startSharing(Notification, int, CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Start content sharing.
stopPreview() - Method in interface com.ciscowebex.androidsdk.phone.Phone
Stop rendering the preview of the local party.
stopSharing(CompletionHandler<Void>) - Method in interface com.ciscowebex.androidsdk.phone.Call
Stop content sharing.
switchAudioOutput(Call.AudioOutputMode) - Method in interface com.ciscowebex.androidsdk.phone.Call
Switch the audio play output mode during a call.

T

Team - Class in com.ciscowebex.androidsdk.team
A data type represents a Team at Cisco Webex cloud.
Team() - Constructor for class com.ciscowebex.androidsdk.team.Team
 
TeamClient - Interface in com.ciscowebex.androidsdk.team
An client wrapper of the Cisco Webex Teams REST API
TeamMembership - Class in com.ciscowebex.androidsdk.team
A data type represents a relationship between Team and Person at Cisco Webex cloud.
TeamMembership() - Constructor for class com.ciscowebex.androidsdk.team.TeamMembership
 
TeamMembershipClient - Interface in com.ciscowebex.androidsdk.team
A client wrapper of the Cisco Webex TeamMemberships REST API
teamMembershipClient() - Method in class com.ciscowebex.androidsdk.Webex
Team Memberships represent a person's relationships to teams.
teams() - Method in class com.ciscowebex.androidsdk.Webex
Teams are groups of people with a set of spaces that are visible to all members of that team.
Thumbnail() - Constructor for class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
Deprecated.
Thumbnail(File, String, int, int) - Constructor for class com.ciscowebex.androidsdk.message.LocalFile.Thumbnail
 
to() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ActiveSpeakerChangedEvent
 
to() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AuxStreamPersonChangedEvent
 
toString() - Method in class com.ciscowebex.androidsdk.membership.Membership
 
toString() - Method in class com.ciscowebex.androidsdk.message.Message
Returns the message in JSON string format.
toString() - Method in class com.ciscowebex.androidsdk.people.Person
 
toString() - Method in class com.ciscowebex.androidsdk.phone.AdvancedSetting
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.AbstractCallEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.AbstractCallMembershipChangedEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ActiveSpeakerChangedEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.CallErrorEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingAudio
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingSharing
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.ReceivingVideo
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingAudioEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingSharingEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.RemoteSendingVideoEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.SendingAudio
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.SendingSharingEvent
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallObserver.SendingVideo
 
toString() - Method in class com.ciscowebex.androidsdk.phone.CallSchedule
 
toString() - Method in class com.ciscowebex.androidsdk.phone.MultiStreamObserver.AbstractAuxStreamChangedEvent
 
toString() - Method in class com.ciscowebex.androidsdk.space.Space
 
toString() - Method in class com.ciscowebex.androidsdk.space.SpaceMeetingInfo
 
toString() - Method in class com.ciscowebex.androidsdk.space.SpaceReadStatus
 
toString() - Method in class com.ciscowebex.androidsdk.team.Team
 
toString() - Method in class com.ciscowebex.androidsdk.team.TeamMembership
 
toString() - Method in class com.ciscowebex.androidsdk.WebexError
 
toString() - Method in class com.ciscowebex.androidsdk.webhook.Webhook
 

U

update(String, boolean, CompletionHandler<Membership>) - Method in interface com.ciscowebex.androidsdk.membership.MembershipClient
Updates the properties of a membership by membership id.
update(MessageObserver.MessageEdited) - Method in class com.ciscowebex.androidsdk.message.Message
 
update(String, String, String, String, String, String, String, String, String, CompletionHandler<Person>) - Method in interface com.ciscowebex.androidsdk.people.PersonClient
Update people in the authenticated user's organization.
update(String, String, CompletionHandler<Space>) - Method in interface com.ciscowebex.androidsdk.space.SpaceClient
Updates the details for a space by id.
update(String, String, CompletionHandler<Team>) - Method in interface com.ciscowebex.androidsdk.team.TeamClient
Updates the details for a team by id.
update(String, boolean, CompletionHandler<TeamMembership>) - Method in interface com.ciscowebex.androidsdk.team.TeamMembershipClient
Updates the details for a membership by id.
update(String, String, String, CompletionHandler<Webhook>) - Method in interface com.ciscowebex.androidsdk.webhook.WebhookClient
Updates a webhook by id.
update(String, String, String, String, String, CompletionHandler<Webhook>) - Method in interface com.ciscowebex.androidsdk.webhook.WebhookClient
Updates a webhook by id.

V

valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Call.AudioOutputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Call.CallStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Call.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Call.VideoRenderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Call.WaitReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.CallMembership.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.MediaOption.CompositedVideoLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.MediaOption.VideoLayout
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Phone.AudioBRNMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Phone.DefaultBandwidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Phone.FacingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Phone.H264LicenseAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Phone.ServiceUrlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.phone.Phone.VideoStreamMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.space.Space.SpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.space.SpaceClient.SortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.Webex.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscowebex.androidsdk.WebexError.ErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Call.AudioOutputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Call.CallStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Call.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Call.VideoRenderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Call.WaitReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.CallMembership.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.MediaOption.CompositedVideoLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.MediaOption.VideoLayout
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Phone.AudioBRNMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Phone.DefaultBandwidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Phone.FacingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Phone.H264LicenseAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Phone.ServiceUrlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.phone.Phone.VideoStreamMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.space.Space.SpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.space.SpaceClient.SortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.Webex.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscowebex.androidsdk.WebexError.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
VideoEnableCamera2(boolean) - Constructor for class com.ciscowebex.androidsdk.phone.AdvancedSetting.VideoEnableCamera2
 
VideoEnableDecoderMosaic(boolean) - Constructor for class com.ciscowebex.androidsdk.phone.AdvancedSetting.VideoEnableDecoderMosaic
 
VideoMaxTxFPS(int) - Constructor for class com.ciscowebex.androidsdk.phone.AdvancedSetting.VideoMaxTxFPS
 

W

Webex - Class in com.ciscowebex.androidsdk
Webex object is the entry point to use this Cisco Webex Android SDK.
Webex(Application, Authenticator) - Constructor for class com.ciscowebex.androidsdk.Webex
Constructs a new Webex object with an Authenticator and Application
Webex.LogLevel - Enum in com.ciscowebex.androidsdk
The enumeration of log message level
WebexError<T> - Class in com.ciscowebex.androidsdk
The enumeration of error types in Cisco Webex Android SDK.
WebexError() - Constructor for class com.ciscowebex.androidsdk.WebexError
The default constructor
WebexError(WebexError.ErrorCode) - Constructor for class com.ciscowebex.androidsdk.WebexError
The constructor with the error code
WebexError(WebexError.ErrorCode, String) - Constructor for class com.ciscowebex.androidsdk.WebexError
The constructor with the error code and error message
WebexError(WebexError.ErrorCode, String, T) - Constructor for class com.ciscowebex.androidsdk.WebexError
The constructor with the error code and error message
WebexError.ErrorCode - Enum in com.ciscowebex.androidsdk
 
WebexEvent - Interface in com.ciscowebex.androidsdk
Interface for all Webex events.
WebexEvent.Base - Class in com.ciscowebex.androidsdk
Base class for all Webex events.
Webhook - Class in com.ciscowebex.androidsdk.webhook
A data type presents a Webhook at Cisco Webex for Developer.
Webhook() - Constructor for class com.ciscowebex.androidsdk.webhook.Webhook
 
WebhookClient - Interface in com.ciscowebex.androidsdk.webhook
A client wrapper of the Cisco Webex Webhooks REST API
webhooks() - Method in class com.ciscowebex.androidsdk.Webex
Webhooks allow the application to be notified via HTTP (or HTTPS?) when a specific event occurs in Cisco Webex, e.g.
A B C D E F G H I J L M O P R S T U V W 
Skip navigation links
Copyright © 2016–2021 Cisco System Inc. All Rights Reserved.