| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantSummary.Builder |
ParticipantSummary.builder() |
ParticipantSummary.Builder |
ParticipantSummary.Builder.firstJoinTime(Instant firstJoinTime)
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
|
ParticipantSummary.Builder |
ParticipantSummary.Builder.participantId(String participantId)
Unique identifier for this participant, assigned by IVS.
|
ParticipantSummary.Builder |
ParticipantSummary.Builder.published(Boolean published)
Whether the participant ever published to the stage session.
|
ParticipantSummary.Builder |
ParticipantSummary.Builder.state(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
ParticipantSummary.Builder |
ParticipantSummary.Builder.state(String state)
Whether the participant is connected to or disconnected from the stage.
|
ParticipantSummary.Builder |
ParticipantSummary.toBuilder() |
ParticipantSummary.Builder |
ParticipantSummary.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 ParticipantSummary.Builder> |
ParticipantSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.