Package | Description |
---|---|
com.ciscospark.androidsdk.phone |
Modifier and Type | Class and Description |
---|---|
static class |
CallObserver.AbstractCallMembershipChangedEvent
Base class for the event of a CallMembershipEvent
|
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.LocalVideoViewSizeChanged
Local video rendering view size has changed.
|
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.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.
|