IMultiStreamObserver Interface |
Namespace: WebexSDK
public interface IMultiStreamObserver
The IMultiStreamObserver type exposes the following members.
| Name | Description | |
|---|---|---|
| OnAuxStreamAvailable |
Callback of SDK when there is a new available auxiliary stream.
Client should give SDK a view handle for rendering, and the AuxStreamOpenedEvent would be triggered indicating whether the stream is successfully opened.
If the client don't want to open stream, return IntPtr.Zero.
| |
| OnAuxStreamEvent |
Callback of auxiliary stream related events.
| |
| OnAuxStreamUnAvailable |
Callback of SDK when there is an auxiliary stream unavailable.
Client should give SDK a view handle which will be closed or if the given view handle is IntPtr.Zero, SDK will automatically close the last opened stream.
|