ENCRYPTION_ERROR_TYPE

Encryption error types.

Enumerations

ENCRYPTION_ERROR_INTERNAL_FAILURE
(0): Internal error.
ENCRYPTION_ERROR_DECRYPTION_FAILURE
(1): Failed to decrypt media stream. Ensure both sender and receiver use the same encryption mode and key.
ENCRYPTION_ERROR_ENCRYPTION_FAILURE
(2): Failed to encrypt media stream.
ENCRYPTION_ERROR_DATASTREAM_DECRYPTION_FAILURE
(3): Failed to decrypt data stream. Ensure both sender and receiver use the same encryption mode and key.
ENCRYPTION_ERROR_DATASTREAM_ENCRYPTION_FAILURE
(4): Failed to encrypt data stream.