Skip to content
On this page

addRecipientsAsync

suspend fun addRecipientsAsync(recipients: Array<String>): Map<String, ActionStatus>

Add new recipients to this session. These recipients will be able to read all encrypted messages of this session.

Return

A Map<String, ActionStatus> instance.

Parameters

recipientsThe Seald IDs of users to add to this session.

Throws

Exception