- Navigation Guide
@aws-sdk/client-ivs-realtime
CreateParticipantTokenCommandOutput Interface
The output of CreateParticipantTokenCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
participantToken | ParticipantToken | undefined | The participant token that was created. |
Full Signature
export interface CreateParticipantTokenCommandOutput extends CreateParticipantTokenResponse, MetadataBearer