Click or drag to resize

CallIsVideoActive Property

A convenience method that returns if the call has active video session or not.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsVideoActive { get; }

Property Value

Type: Boolean
Remarks
The method returns true if there is at least one video channel that is enabled, and has a negotiated media direction of send-receive, receive-only or send-only.
See Also