public static interface ParticipantSummary.Builder extends SdkPojo, CopyableBuilder<ParticipantSummary.Builder,ParticipantSummary>
| Modifier and Type | Method and Description |
|---|---|
ParticipantSummary.Builder |
firstJoinTime(Instant firstJoinTime)
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
|
ParticipantSummary.Builder |
participantId(String participantId)
Unique identifier for this participant, assigned by IVS.
|
ParticipantSummary.Builder |
published(Boolean published)
Whether the participant ever published to the stage session.
|
ParticipantSummary.Builder |
state(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
|
ParticipantSummary.Builder |
state(String state)
Whether the participant is connected to or disconnected from the stage.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParticipantSummary.Builder firstJoinTime(Instant firstJoinTime)
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
firstJoinTime - ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.ParticipantSummary.Builder participantId(String participantId)
Unique identifier for this participant, assigned by IVS.
participantId - Unique identifier for this participant, assigned by IVS.ParticipantSummary.Builder published(Boolean published)
Whether the participant ever published to the stage session.
published - Whether the participant ever published to the stage session.ParticipantSummary.Builder state(String state)
Whether the participant is connected to or disconnected from the stage.
state - Whether the participant is connected to or disconnected from the stage.ParticipantState,
ParticipantStateParticipantSummary.Builder state(ParticipantState state)
Whether the participant is connected to or disconnected from the stage.
state - Whether the participant is connected to or disconnected from the stage.ParticipantState,
ParticipantStateParticipantSummary.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. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
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. This can be any UTF-8 encoded text. This field is exposed to all stage
participants and should not be used for personally identifying, confidential, or sensitive
information.Copyright © 2023. All rights reserved.