Conference.Created
The Conference.Created event is sent when a new conference is created.
{
"eventType": "Conference.Created",
"thirdPartyId": "application_key",
"conference": {
"confId": "conferenceId_UUID",
"confAlias": "example_conference_alias"
},
"region": "eu",
"owner": {
"userId": "userId_UUID",
"externalId": "example_externalId"
}
}
The following table explains all fields of the webhook object:
Field name | Object | Type | Meaning | Example |
---|---|---|---|---|
eventType | Root | String | The type of the webhook event. | Conference.Created |
thirdPartyId | Root | String | The app key. If you implemented a common webhook listener for multiple applications, this can help you to distinguish which application is this webhook event for. | XSTXp4EsAm2iQeenMrcw4g== |
conference. confId | Root | String in UUID format | The identifier of the created conference. | a88484c6-2a47-4691-86e2-933eec80b316 |
conference. confAlias | Root | String | The alias of the created conference. | virtual event 1 |
region | Root | String | The conference creation region. The possible values are: ca : Canada, us : United States, eu : Europe, in : India, au : Australia | eu |
owner.userId | Root | String in UUID format | The conference creator's participant ID, generated by Dolby. | bfd0173f-cd60-385b-8332-53ead1749008 |
owner.externalId | Root | String | The external ID of the conference creator. | _s6vbh2 |
Updated 2 months ago