Click or drag to resize

AuxStreamSizeChangedEvent Class

This might be triggered when the auxiliary stream view size is changed, and client can get the detail from the property AuxStreamSize
Inheritance Hierarchy

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class AuxStreamSizeChangedEvent : AuxStreamEvent

The AuxStreamSizeChangedEvent type exposes the following members.

Properties
  NameDescription
Public propertyAuxStream
Get the auxiliary stream instance.
(Inherited from AuxStreamEvent.)
Public propertyCall
Get current call instance.
(Inherited from CallEvent.)
Top
Remarks
Since: 2.0.0
See Also