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
recipientsIds | The Seald IDs of users to revoke from this session. |
proxySessionsIds | The IDs of proxy sessions to revoke from this session. |
Throws
SealdException |