Participant.Joined

participant.joined

Returns a payload with participant information when they join a session.

{
  "name": "participant.joined",
  "userName": "User Name ",
  "orgID": "Org ID",
  "sessionID": "Session ID",
  "sessionTitle": "My Great Session",
  "showID": "Show ID",
  "showName": "My Amazing Show",
  "date": "Date Time,
  "location": "stage" || "viewer"
}