Click or drag to resize

ConferenceEncryptionStatus Enumeration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ConferenceEncryptionStatus
Members
  Member nameValueDescription
Unknown0 Conference encryption status is unknown, for example, if the conference server does not support the indication.
NotEncrypted1 None of the media legs (audio or video) is encrypted.
PartiallyEncrypted2 Some of the media legs are encrypted.
Encrypted3 All of the media legs are encrypted.
See Also