View source: R/ivsrealtime_operations.R
ivsrealtime_list_participant_events | R Documentation |
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(
stageArn,
sessionId,
participantId,
nextToken = NULL,
maxResults = NULL
)
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
|
nextToken |
The first participant event to retrieve. This is used for pagination;
see the |
maxResults |
Maximum number of results to return. Default: 50. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.