| CallIsVideoActive Property |
A convenience method that returns if the call has active video session or not.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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