Agora RTC Objective-C API Reference  Refactor
Properties
AgoraRtmEncryptionConfig Class Reference

Inherits <NSObject>, and <NSCopying>.

Properties

AgoraRtmEncryptionMode encryptionMode
 
NSString * encryptionKey
 
NSData * encryptionSalt
 

Property Documentation

◆ encryptionMode

- (AgoraRtmEncryptionMode) encryptionMode
readwritenonatomicassign

The encryption mode.

◆ encryptionKey

- (NSString*) encryptionKey
readwritenonatomiccopy

The encryption key in the string format.

◆ encryptionSalt

- (NSData*) encryptionSalt
readwritenonatomicstrong

The encryption salt.