| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantSummary |
ParticipantSummary.clone() |
ParticipantSummary |
ParticipantSummary.withFirstJoinTime(Date firstJoinTime)
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
|
ParticipantSummary |
ParticipantSummary.withParticipantId(String participantId)
Unique identifier for this participant, assigned by IVS.
|
ParticipantSummary |
ParticipantSummary.withPublished(Boolean published)
Whether the participant ever published to the stage session.
|
ParticipantSummary |
ParticipantSummary.withRecordingState(ParticipantRecordingState recordingState)
The participant’s recording state.
|
ParticipantSummary |
ParticipantSummary.withRecordingState(String recordingState)
The participant’s recording state.
|
ParticipantSummary |
ParticipantSummary.withState(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
ParticipantSummary |
ParticipantSummary.withState(String state)
Whether the participant is connected to or disconnected from the stage.
|
ParticipantSummary |
ParticipantSummary.withUserId(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 |
|---|---|
List<ParticipantSummary> |
ListParticipantsResult.getParticipants()
List of the matching participants (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsResult |
ListParticipantsResult.withParticipants(ParticipantSummary... participants)
List of the matching participants (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListParticipantsResult.setParticipants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
|
ListParticipantsResult |
ListParticipantsResult.withParticipants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
|
Copyright © 2024. All rights reserved.