Module Values.GetParticipantRequestSource

Gets information about the specified participant token.

Sourcetype nonrec t = {
  1. stageArn : StageArn.t;
    (*

    Stage ARN.

    *)
  2. sessionId : StageSessionId.t;
    (*

    ID of a session within the stage.

    *)
  3. participantId : ParticipantId.t;
    (*

    Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.

    *)
}
Sourceval context_ : string
Sourceval make : stageArn:StageArn.t -> sessionId:StageSessionId.t -> participantId:ParticipantId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StageArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t