Lists events for a specified participant that occurred during a specified stage session
Source:R/ivsrealtime_operations.R
ivsrealtime_list_participant_events.RdLists events for a specified participant that occurred during a specified stage session.
See https://www.paws-r-sdk.com/docs/ivsrealtime_list_participant_events/ for full documentation.
Usage
ivsrealtime_list_participant_events(
stageArn,
sessionId,
participantId,
nextToken = NULL,
maxResults = NULL
)Arguments
- stageArn
[required] Stage ARN.
- sessionId
[required] ID of a session within the stage.
- participantId
[required] Unique identifier for this participant. This is assigned by IVS and returned by
create_participant_token.- nextToken
The first participant event to retrieve. This is used for pagination; see the
nextTokenresponse field.- maxResults
Maximum number of results to return. Default: 50.