Learn R Programming

paws.analytics (version 0.7.0)

ivsrealtime_list_participant_events: Lists events for a specified participant that occurred during a specified stage session

Description

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.

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 nextToken response field.

maxResults

Maximum number of results to return. Default: 50.