Class: Aws::IVSRealTime::Types::ParticipantSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ParticipantSummary
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Summary object describing a participant that has joined a stage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#first_join_time ⇒ Time
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
-
#ingest_configuration_arn ⇒ String
The participant’s ingest configuration.
-
#participant_id ⇒ String
Unique identifier for this participant, assigned by IVS.
-
#published ⇒ Boolean
Whether the participant ever published to the stage session.
-
#recording_state ⇒ String
The participant’s recording state.
-
#redundant_ingest ⇒ Boolean
Indicates whether redundant ingest is enabled for the participant.
-
#replication_state ⇒ String
The participant's replication state.
-
#replication_type ⇒ String
Indicates if the participant has been replicated to another stage or is a replica from another stage.
-
#source_session_id ⇒ String
ID of the session within the source stage, if
replicationTypeisREPLICA. -
#source_stage_arn ⇒ String
Source stage ARN from which this participant is replicated, if
replicationTypeisREPLICA. -
#state ⇒ String
Whether the participant is connected to or disconnected from the stage.
-
#user_id ⇒ String
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.
Instance Attribute Details
#first_join_time ⇒ Time
ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#ingest_configuration_arn ⇒ String
The participant’s ingest configuration.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
Unique identifier for this participant, assigned by IVS.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#published ⇒ Boolean
Whether the participant ever published to the stage session.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#recording_state ⇒ String
The participant’s recording state.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#redundant_ingest ⇒ Boolean
Indicates whether redundant ingest is enabled for the participant.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#replication_state ⇒ String
The participant's replication state.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#replication_type ⇒ String
Indicates if the participant has been replicated to another stage or
is a replica from another stage. Default: NONE.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#source_session_id ⇒ String
ID of the session within the source stage, if replicationType is
REPLICA.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#source_stage_arn ⇒ String
Source stage ARN from which this participant is replicated, if
replicationType is REPLICA.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Whether the participant is connected to or disconnected from the stage.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2434 class ParticipantSummary < Struct.new( :participant_id, :user_id, :state, :first_join_time, :published, :recording_state, :replication_type, :replication_state, :source_stage_arn, :source_session_id, :redundant_ingest, :ingest_configuration_arn) SENSITIVE = [] include Aws::Structure end |