Lists 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.
ivsrealtime_list_participant_events(
maxResults = NULL,
nextToken = NULL,
participantId,
sessionId,
stageArn
)Maximum number of results to return. Default: 50.
The first participant event to retrieve. This is used for pagination;
see the nextToken response field.
[required] Unique identifier for this participant. This is assigned by IVS and
returned by
create_participant_token.
[required] ID of a session within the stage.
[required] Stage ARN.