View source: R/ivsrealtime_operations.R
ivsrealtime_list_participants | R Documentation |
Lists all participants in a specified stage session.
See https://www.paws-r-sdk.com/docs/ivsrealtime_list_participants/ for full documentation.
ivsrealtime_list_participants(
stageArn,
sessionId,
filterByUserId = NULL,
filterByPublished = NULL,
filterByState = NULL,
nextToken = NULL,
maxResults = NULL,
filterByRecordingState = NULL
)
stageArn |
[required] Stage ARN. |
sessionId |
[required] ID of the session within the stage. |
filterByUserId |
Filters the response list to match the specified user ID. Only one of
|
filterByPublished |
Filters the response list to only show participants who published during
the stage session. Only one of |
filterByState |
Filters the response list to only show participants in the specified
state. Only one of |
nextToken |
The first participant to retrieve. This is used for pagination; see the
|
maxResults |
Maximum number of results to return. Default: 50. |
filterByRecordingState |
Filters the response list to only show participants with the specified
recording state. Only one of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.