Package | Description |
---|---|
com.ciscospark.androidsdk.phone |
Modifier and Type | Class and Description |
---|---|
static class |
CallObserver.CameraSwitched
Camera FacingMode on local device has switched.
|
static class |
CallObserver.LocalVideoViewSizeChanged
Local video rendering view size has changed.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CallObserver.onMediaChanged(CallObserver.MediaChangedEvent event)
Callback when the media types of the call have changed.
|