Package | Description |
---|---|
com.ciscospark.androidsdk.phone |
Modifier and Type | Class and Description |
---|---|
static class |
CallObserver.CallErrorEvent
This event is fired when the call to be disconnected due to an error.
|
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.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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CallObserver.onDisconnected(CallObserver.CallDisconnectedEvent event)
Callback when the call is disconnected (hangup, cancelled, get declined or other self device pickup the call).
|