ChatRoomEncryptionBackend
public struct ChatRoomEncryptionBackend : OptionSet
ChatRoomEncryptionBackend is used to indicate the encryption engine used by a///chat room.
-
Declaration
Swift
public let rawValue: Int -
Declaration
Swift
public init(rawValue: Int) -
No encryption.
Declaration
Swift
public static let None: ChatRoomEncryptionBackend -
Lime x3dh encryption.
Declaration
Swift
public static let Lime: ChatRoomEncryptionBackend
ChatRoomEncryptionBackend Structure Reference