mlsInit

abstract suspend fun mlsInit(clientId: ClientId, transport: MlsTransport)(source)

Initializes the MLS client with the given client ID and message transport.

In general this method should be called at most once per core-crypto instance. Calling it multiple times with the same parameters should silently succeed, but this is not a supported or tested mode of operation. Calling it multiple times with varying parameters might succeed, but this is not a supported or tested mode of operation.