A representation of an event conferencing info.
This resource includes the following properties:
Property | Type | Description |
---|---|---|
type |
string | The type of conferencing. |
meeting_id |
string | null | The meeting ID. |
join_url |
string | null | A URL to join the meeting. |
instructions |
string | null | Instructions on how to join the meeting. |
Here is an example representation of this resource:
{
"type": "zoom",
"meeting_id": "XXXXXXXX",
"join_url": "https://us2.zoom.us/XXXXXXXX",
"instructions": "Joe Organizer is inviting you to a meeting..."
}