public static interface CreateParticipantTokenResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<CreateParticipantTokenResponse.Builder,CreateParticipantTokenResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateParticipantTokenResponse.Builder |
participantToken(Consumer<ParticipantToken.Builder> participantToken)
The participant token that was created.
|
CreateParticipantTokenResponse.Builder |
participantToken(ParticipantToken participantToken)
The participant token that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateParticipantTokenResponse.Builder participantToken(ParticipantToken participantToken)
The participant token that was created.
participantToken - The participant token that was created.default CreateParticipantTokenResponse.Builder participantToken(Consumer<ParticipantToken.Builder> participantToken)
The participant token that was created.
This is a convenience method that creates an instance of theParticipantToken.Builder avoiding the
need to create one manually via ParticipantToken.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to participantToken(ParticipantToken).
participantToken - a consumer that will call methods on ParticipantToken.BuilderparticipantToken(ParticipantToken)Copyright © 2023. All rights reserved.