EncryptionErrorType

Built-in encryption error types.

Enumerations

EncryptionErrorInternalFailure
0: Internal error.
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.