EncryptionErrorType

Built-in encryption error type.

Enumerations

encryptionErrorInternalFailure
0: Internal reason.
encryptionErrorDecryptionFailure
1: Media stream decryption error. Make sure the encryption mode or key used by the sender and receiver is the same.
encryptionErrorEncryptionFailure
2: Media stream encryption error.
encryptionErrorDatastreamDecryptionFailure
3: Data stream decryption error. Make sure the encryption mode or key used by the sender and receiver is the same.
encryptionErrorDatastreamEncryptionFailure
4: Data stream encryption error.