| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Participant |
Participant.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
Participant |
Participant.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Participant |
Participant.clone() |
Participant |
GetParticipantResult.getParticipant()
The participant that is returned.
|
Participant |
Participant.withAttributes(Map<String,String> attributes)
Application-provided attributes to encode into the token and attach to a stage.
|
Participant |
Participant.withFirstJoinTime(Date firstJoinTime)
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
|
Participant |
Participant.withParticipantId(String participantId)
Unique identifier for this participant, assigned by IVS.
|
Participant |
Participant.withPublished(Boolean published)
Whether the participant ever published to the stage session.
|
Participant |
Participant.withState(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
Participant |
Participant.withState(String state)
Whether the participant is connected to or disconnected from the stage.
|
Participant |
Participant.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 |
|---|---|
void |
GetParticipantResult.setParticipant(Participant participant)
The participant that is returned.
|
GetParticipantResult |
GetParticipantResult.withParticipant(Participant participant)
The participant that is returned.
|
Copyright © 2023. All rights reserved.