ClientIdProtocol
public protocol ClientIdProtocol : AnyObject, Sendable
A unique identifier for an MLS client.
Each app instance a user is running, such as desktop or mobile, is a separate client with its own client id. A single user may therefore have multiple clients. More information: https://messaginglayersecurity.rocks/mls-architecture/draft-ietf-mls-architecture.html#name-group-members-and-clients
-
Copy the id into a new byte array.
Declaration
Swift
func copyBytes() -> Data