Class CreateCallLinkCredentialRequestContext
-
- All Implemented Interfaces:
public final class CreateCallLinkCredentialRequestContext extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description CreateCallLinkCredentialRequestContext(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description static CreateCallLinkCredentialRequestContextforRoom(Array<byte> roomId)static CreateCallLinkCredentialRequestContextforRoom(Array<byte> roomId, SecureRandom secureRandom)CreateCallLinkCredentialRequestgetRequest()CreateCallLinkCredentialreceiveResponse(CreateCallLinkCredentialResponse response, ServiceId.Aci userId, GenericServerPublicParams params)-
-
Constructor Detail
-
CreateCallLinkCredentialRequestContext
CreateCallLinkCredentialRequestContext(Array<byte> contents)
-
-
Method Detail
-
forRoom
static CreateCallLinkCredentialRequestContext forRoom(Array<byte> roomId)
-
forRoom
static CreateCallLinkCredentialRequestContext forRoom(Array<byte> roomId, SecureRandom secureRandom)
-
getRequest
CreateCallLinkCredentialRequest getRequest()
-
receiveResponse
CreateCallLinkCredential receiveResponse(CreateCallLinkCredentialResponse response, ServiceId.Aci userId, GenericServerPublicParams params)
-
-
-
-