Package | Description |
---|---|
com.ciscowebex.androidsdk.phone |
Modifier and Type | Interface and Description |
---|---|
static interface |
CallObserver.CallDisconnectedEvent
This event is fired when the call is disconnected.
|
static interface |
CallObserver.CallMembershipChangedEvent
Call membership change event
|
static interface |
CallObserver.MediaChangedEvent
Media change event
|
static interface |
MultiStreamObserver.AuxStreamChangedEvent
Interface for an auxiliary stream changed event
|
Modifier and Type | Class and Description |
---|---|
static class |
CallObserver.AbstractCallEvent
Base class for the event of a call
|
static class |
CallObserver.AbstractCallMembershipChangedEvent
Base class for the event of a CallMembershipEvent
|
static class |
CallObserver.ActiveSpeakerChangedEvent
Remote sharing rendering view size has changed.
|
static class |
CallObserver.CallErrorEvent
This event is fired when the call to be disconnected due to an error.
|
static class |
CallObserver.CameraSwitched
Camera FacingMode on local device has switched.
|
static class |
CallObserver.LocalCancel
TThis event is fired when the local party has cancelled the call.
|
static class |
CallObserver.LocalDecline
This event is fired when the local party has declined the call.
|
static class |
CallObserver.LocalLeft
This event is fired when local party has left the call.
|
static class |
CallObserver.LocalSharingViewSizeChanged
Local video rendering view size has changed.
|
static class |
CallObserver.LocalVideoViewSizeChanged
Local video rendering view size has changed.
|
static class |
CallObserver.MembershipAudioMutedControlledEvent
This might be triggered when the person in the membership is muted by others in the meeting.
|
static class |
CallObserver.MembershipDeclinedEvent
This might be triggered when the person in the membership declined this call.
|
static class |
CallObserver.MembershipJoinedEvent
This might be triggered when the person in the membership joined this call.
|
static class |
CallObserver.MembershipLeftEvent
This might be triggered when the person in the membership left this call.
|
static class |
CallObserver.MembershipSendingAudioEvent
This might be triggered when the person in the membership started sending audio this call.
|
static class |
CallObserver.MembershipSendingSharingEvent
This might be triggered when the person in the membership started sharing this call.
|
static class |
CallObserver.MembershipSendingVideoEvent
This might be triggered when the person in the membership started sending video this call.
|
static class |
CallObserver.MembershipWaitingEvent
This might be triggered when the person in the membership is waiting in the lobby.
|
static class |
CallObserver.OtherConnected
This event is fired when one of the other phones of the authenticated user has answered the call.
|
static class |
CallObserver.OtherDeclined
One of the other phones of the authenticated user has declined the call.
|
static class |
CallObserver.ReceivingAudio
This might be triggered when the local party muted or unmuted the audio.
|
static class |
CallObserver.ReceivingSharing
This might be triggered when the local party muted or unmuted the remote content sharing.
|
static class |
CallObserver.ReceivingVideo
This might be triggered when the local party muted or unmuted the video.
|
static class |
CallObserver.RemoteCancel
This event is fired when the remote party has cancelled the call.
|
static class |
CallObserver.RemoteDecline
This event is fired when the remote party has declined the call.
|
static class |
CallObserver.RemoteLeft
This event is fired when the remote party has left the call.
|
static class |
CallObserver.RemoteSendingAudioEvent
This might be triggered when the remote party muted or unmuted the audio.
|
static class |
CallObserver.RemoteSendingSharingEvent
This might be triggered when the remote party muted or unmuted the content sharing.
|
static class |
CallObserver.RemoteSendingVideoEvent
This might be triggered when the remote party muted or unmuted the video.
|
static class |
CallObserver.RemoteSharingViewSizeChanged
Remote sharing rendering view size has changed.
|
static class |
CallObserver.RemoteVideoViewSizeChanged
Remote video rendering view size has changed.
|
static class |
CallObserver.SendingAudio
This might be triggered when the local party muted or unmuted the audio.
|
static class |
CallObserver.SendingSharingEvent
This might be triggered when the local party started or stopped the content sharing.
|
static class |
CallObserver.SendingVideo
This might be triggered when the local party muted or unmuted the video.
|
static class |
MultiStreamObserver.AbstractAuxStreamChangedEvent
Base class for the event of an AuxStreamChangedEvent
|
static class |
MultiStreamObserver.AuxStreamClosedEvent
This will be triggered when auxiliary stream is closed successfully or unsuccessfully.
|
static class |
MultiStreamObserver.AuxStreamOpenedEvent
This will be triggered when auxiliary stream is opened successfully or unsuccessfully.
|
static class |
MultiStreamObserver.AuxStreamPersonChangedEvent
This will be triggered when the person represented this auxiliary stream is changed
|
static class |
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
|
static class |
MultiStreamObserver.AuxStreamSizeChangedEvent
This will be triggered when the auxiliary stream view size is changed, and client can get the detail from the property
|