Skip to content
On this page

revokeRecipientsAsync

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

Revoke some recipients from this session. If you want to revoke all recipients, see revokeAll instead. If you want to revoke all recipients besides yourself, see revokeOthers.

Return

A Map<String, ActionStatus> instance.

Parameters

recipientsThe Seald IDs of users to revoke from this session.

Throws

Exception