EncryptionErrorType

Error types for built-in encryption.

Enumerations

EncryptionErrorInternalFailure
0: Internal error.
EncryptionErrorDecryptionFailure
1: Media stream decryption error. Make sure the encryption mode or key used on the receiving and sending ends is the same.
EncryptionErrorEncryptionFailure
2: Media stream encryption error.
EncryptionErrorDatastreamDecryptionFailure
3: Data stream decryption error. Make sure the encryption mode or key used on the receiving and sending ends is the same.
EncryptionErrorDatastreamEncryptionFailure
4: Data stream encryption error.