Values.GetParticipantRequestSourceGets information about the specified participant token.
type nonrec t = {stageArn : StageArn.t;Stage ARN.
*)sessionId : StageSessionId.t;ID of a session within the stage.
*)participantId : ParticipantId.t;Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.
*)}val make :
stageArn:StageArn.t ->
sessionId:StageSessionId.t ->
participantId:ParticipantId.t ->
unit ->
t