removeMember

suspend fun removeMember(id: MLSGroupId, members: List<ClientId>)

Removes the provided clients from a conversation; Assuming those clients exist and the current client is allowed to do so, otherwise this operation does nothing.

Parameters

id

conversation identifier

members

client identifier to delete