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
recipients | The Seald IDs of users to add to this session. |
Throws
Exception |