Click or drag to resize

AuxStreamSendingVideoEvent Class

This might 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 IsSendingVideo
Inheritance Hierarchy

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

The AuxStreamSendingVideoEvent 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