| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Participant.Builder |
Participant.Builder.attributes(Map<String,String> attributes)
Application-provided attributes to encode into the token and attach to a stage.
|
static Participant.Builder |
Participant.builder() |
Participant.Builder |
Participant.Builder.firstJoinTime(Instant firstJoinTime)
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
|
Participant.Builder |
Participant.Builder.participantId(String participantId)
Unique identifier for this participant, assigned by IVS.
|
Participant.Builder |
Participant.Builder.published(Boolean published)
Whether the participant ever published to the stage session.
|
Participant.Builder |
Participant.Builder.state(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
Participant.Builder |
Participant.Builder.state(String state)
Whether the participant is connected to or disconnected from the stage.
|
Participant.Builder |
Participant.toBuilder() |
Participant.Builder |
Participant.Builder.userId(String userId)
Customer-assigned name to help identify the token; this can be used to link a participant to a user in the
customer’s own systems.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Participant.Builder> |
Participant.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetParticipantResponse.Builder |
GetParticipantResponse.Builder.participant(Consumer<Participant.Builder> participant)
The participant that is returned.
|
Copyright © 2023. All rights reserved.