Interface | Description |
---|---|
AuxStream |
Created by qimdeng on 8/9/18.
|
Call |
A Call represents a media call on Cisco Webex.
|
CallMembership |
A data type represents a relationship between *Call* and *Person* at Cisco Webex cloud.
|
CallObserver |
An observer interface for
Call event |
CallObserver.CallDisconnectedEvent |
This event is fired when the call is disconnected.
|
CallObserver.CallEvent |
Base class for the event of a call
|
CallObserver.CallMembershipChangedEvent |
Call membership change event
|
CallObserver.MediaChangedEvent |
Media change event
|
MultiStreamObserver |
Created by qimdeng on 8/29/18.
|
MultiStreamObserver.AuxStreamChangedEvent |
Interface for an auxiliary stream changed event
|
Phone |
Phone represents a Cisco Webex calling device.
|
Phone.IncomingCallListener |
The interface for a listener for incoming call
|
Class | Description |
---|---|
AdvancedSetting<T> |
A AdvancedSetting represents a setting item for a call.
|
AdvancedSetting.ShareMaxCaptureFPS |
Set the max screen capture fps for screen share for the call.
|
AdvancedSetting.VideoEnableCamera2 |
Use android.hardware.camera2.CameraDevice or use android.hardware.Camera.
|
AdvancedSetting.VideoEnableDecoderMosaic |
Enable or disable the video mosaic for error-concealment when data loss in network.
|
AdvancedSetting.VideoMaxTxFPS |
Set the max sending fps for video for the call.
|
CallObserver.AbstractCallEvent |
Base class for the event of a call
|
CallObserver.AbstractCallMembershipChangedEvent |
Base class for the event of a CallMembershipEvent
|
CallObserver.ActiveSpeakerChangedEvent |
Remote sharing rendering view size has changed.
|
CallObserver.CallErrorEvent |
This event is fired when the call to be disconnected due to an error.
|
CallObserver.CameraSwitched |
Camera FacingMode on local device has switched.
|
CallObserver.LocalCancel |
TThis event is fired when the local party has cancelled the call.
|
CallObserver.LocalDecline |
This event is fired when the local party has declined the call.
|
CallObserver.LocalLeft |
This event is fired when local party has left the call.
|
CallObserver.LocalSharingViewSizeChanged |
Local video rendering view size has changed.
|
CallObserver.LocalVideoViewSizeChanged |
Local video rendering view size has changed.
|
CallObserver.MembershipAudioMutedControlledEvent |
This might be triggered when the person in the membership is muted by others in the meeting.
|
CallObserver.MembershipDeclinedEvent |
This might be triggered when the person in the membership declined this call.
|
CallObserver.MembershipJoinedEvent |
This might be triggered when the person in the membership joined this call.
|
CallObserver.MembershipLeftEvent |
This might be triggered when the person in the membership left this call.
|
CallObserver.MembershipSendingAudioEvent |
This might be triggered when the person in the membership started sending audio this call.
|
CallObserver.MembershipSendingSharingEvent |
This might be triggered when the person in the membership started sharing this call.
|
CallObserver.MembershipSendingVideoEvent |
This might be triggered when the person in the membership started sending video this call.
|
CallObserver.MembershipWaitingEvent |
This might be triggered when the person in the membership is waiting in the lobby.
|
CallObserver.OtherConnected |
This event is fired when one of the other phones of the authenticated user has answered the call.
|
CallObserver.OtherDeclined |
One of the other phones of the authenticated user has declined the call.
|
CallObserver.ReceivingAudio |
This might be triggered when the local party muted or unmuted the audio.
|
CallObserver.ReceivingSharing |
This might be triggered when the local party muted or unmuted the remote content sharing.
|
CallObserver.ReceivingVideo |
This might be triggered when the local party muted or unmuted the video.
|
CallObserver.RemoteCancel |
This event is fired when the remote party has cancelled the call.
|
CallObserver.RemoteDecline |
This event is fired when the remote party has declined the call.
|
CallObserver.RemoteLeft |
This event is fired when the remote party has left the call.
|
CallObserver.RemoteSendingAudioEvent |
This might be triggered when the remote party muted or unmuted the audio.
|
CallObserver.RemoteSendingSharingEvent |
This might be triggered when the remote party muted or unmuted the content sharing.
|
CallObserver.RemoteSendingVideoEvent |
This might be triggered when the remote party muted or unmuted the video.
|
CallObserver.RemoteSharingViewSizeChanged |
Remote sharing rendering view size has changed.
|
CallObserver.RemoteVideoViewSizeChanged |
Remote video rendering view size has changed.
|
CallObserver.SendingAudio |
This might be triggered when the local party muted or unmuted the audio.
|
CallObserver.SendingSharingEvent |
This might be triggered when the local party started or stopped the content sharing.
|
CallObserver.SendingVideo |
This might be triggered when the local party muted or unmuted the video.
|
CallSchedule |
A CallSchedule represents the schedule of a scheduled call
|
MediaOption |
A data type represents the media options of a call.
|
MediaRenderView |
Webex media view for local, remote and screen share
|
MultiStreamObserver.AbstractAuxStreamChangedEvent |
Base class for the event of an AuxStreamChangedEvent
|
MultiStreamObserver.AuxStreamClosedEvent |
This will be triggered when auxiliary stream is closed successfully or unsuccessfully.
|
MultiStreamObserver.AuxStreamOpenedEvent |
This will be triggered when auxiliary stream is opened successfully or unsuccessfully.
|
MultiStreamObserver.AuxStreamPersonChangedEvent |
This will be triggered when the person represented this auxiliary stream is changed
|
MultiStreamObserver.AuxStreamSendingVideoEvent |
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 |
This will be triggered when the auxiliary stream view size is changed, and client can get the detail from the property
|
Enum | Description |
---|---|
Call.AudioOutputMode |
The options to switch audio output during a call.
|
Call.CallStatus |
The status of a Call.
|
Call.Direction |
The enumeration of directions of a call
|
Call.VideoRenderMode |
The options to specify how the video adjusts its content to be render in a view.
|
Call.WaitReason |
The reasons for the call is waiting.
|
CallMembership.State |
The enumeration of the status of the person in the membership.
|
MediaOption.CompositedVideoLayout |
The video layout for the active speaker and other attendees in the group video meeting.
|
MediaOption.VideoLayout | Deprecated
please use
MediaOption.CompositedVideoLayout |
Phone.AudioBRNMode |
The enumeration of audio BNR mode choices, default is HP.
|
Phone.DefaultBandwidth |
The enumeration of common bandwidth choices.
|
Phone.FacingMode |
The enumeration of Camera facing modes.
|
Phone.H264LicenseAction |
The options for H.264 video codec license from Cisco Systems, Inc
|
Phone.ServiceUrlType |
The enumeration of service url.
|
Phone.VideoStreamMode |
The enumeration of remote video stream.
|