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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CallObserver.onCallMembershipChanged(CallObserver.CallMembershipChangedEvent event)
Callback when the memberships of this call have changed.
|