Participant.Joined

The Participant.Joined event is sent when a new participant joined the conference.

{
  "eventType": "Participant.Joined",
  "thirdPartyId": "example_thirdpartyId",
  "conference": {
    "confId": "conferenceId_UUID",
    "confAlias": "example_conference_alias"
  },

  "region": "eu",
  "participant": {
    "userId": "userId_UUID"
    "externalId": "example_externalId",
    "externalName": "example_externalName",
    "externalPhotoUrl": "example_externalPhotoUrl"
  }
}