Enumeration EncryptionErrorType

Encryption error type.

Enumeration Members

EncryptionErrorDatastreamDecryptionFailure: 3

3: Data stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key.

EncryptionErrorDatastreamEncryptionFailure: 4

4: Data stream encryption error.

EncryptionErrorDecryptionFailure: 1

1: Media stream decryption error. Ensure that the receiver and the sender use the same encryption mode and key.

EncryptionErrorEncryptionFailure: 2

2: Media stream encryption error.

EncryptionErrorInternalFailure: 0

0: Internal reason.

Generated using TypeDoc