| Interface | Description |
|---|---|
| Call |
A Call represents a media call on Cisco Spark.
|
| CallMembership |
A data type represents a relationship between *Call* and *Person* at Cisco Spark 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
|
| Phone |
Phone represents a Cisco Spark calling device.
|
| Phone.IncomingCallListener |
The interface for a listener for incoming call
|
| Class | Description |
|---|---|
| CallObserver.AbstractCallEvent |
Base class for the event of a call
|
| CallObserver.AbstractCallMembershipChangedEvent |
Base class for the event of a CallMembershipEvent
|
| 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.LocalVideoViewSizeChanged |
Local video rendering view size has changed.
|
| 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.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.
|
| MediaOption |
A data type represents the media options of a call.
|
| MediaRenderView |
Spark media view for local, remote and screen share
|
| Enum | Description |
|---|---|
| Call.CallStatus |
The status of a Call.
|
| Call.Direction |
The enumeration of directions of a call
|
| CallMembership.State |
The enumeration of the status of the person in the membership.
|
| Phone.DefaultBandwidth |
The enumeration of common bandwidth choices.
|
| Phone.FacingMode |
The enumeration of Camera facing modes.
|