Package | Description |
---|---|
com.ciscowebex.androidsdk.phone |
Modifier and Type | Class and Description |
---|---|
static class |
MultiStreamObserver.AbstractAuxStreamChangedEvent
Base class for the event of an AuxStreamChangedEvent
|
static class |
MultiStreamObserver.AuxStreamClosedEvent
This will be triggered when auxiliary stream is closed successfully or unsuccessfully.
|
static class |
MultiStreamObserver.AuxStreamOpenedEvent
This will be triggered when auxiliary stream is opened successfully or unsuccessfully.
|
static class |
MultiStreamObserver.AuxStreamPersonChangedEvent
This will be triggered when the person represented this auxiliary stream is changed
|
static class |
MultiStreamObserver.AuxStreamSendingVideoEvent
This will be triggered when the network is unstable or the represented person muted or unmuted his video,
and client can get the detail from the property
|
static class |
MultiStreamObserver.AuxStreamSizeChangedEvent
This will be triggered when the auxiliary stream view size is changed, and client can get the detail from the property
|
Modifier and Type | Method and Description |
---|---|
void |
MultiStreamObserver.onAuxStreamChanged(MultiStreamObserver.AuxStreamChangedEvent event)
Callback when an auxiliary stream is changed
|