Click or drag to resize

IMultiStreamObserver Interface

The interface of multi stream. Client must implement this interface to enable the multi-stream feature.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface IMultiStreamObserver

The IMultiStreamObserver type exposes the following members.

Methods
  NameDescription
Public methodOnAuxStreamAvailable
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.
Public methodOnAuxStreamEvent
Callback of auxiliary stream related events.
Public methodOnAuxStreamUnAvailable
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.
Top
Remarks
Since: 2.0.0
See Also