Skip to content

revokeRecipientsAsync

suspend fun revokeRecipientsAsync(recipientsIds: Array<String>, proxySessionsIds: Array<String>): RevokeResult

Revoke some recipients or proxy sessions 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 RevokeResult instance.

Parameters

recipientsIdsThe Seald IDs of users to revoke from this session.
proxySessionsIdsThe IDs of proxy sessions to revoke from this session.

Throws

SealdException