# Two new history_meetings endpoints; new fields in Meeting and Webinar endpoints and webhooks ## Added ### Enhancements - New `date_time,email` fields in the following **Meetings** webhook events: - `meeting.participant_bind` - New `participant_user_id` field in the following **Meetings** webhook events: - `meeting.participant_bind` - `meeting.participant_admitted` - New `phone_number` field in the following **Meetings** webhook events: - `meeting.participant_admitted` - `meeting.participant_put_in_waiting_room` - New `authentication_name` response field in the following **Cloud Recording** APIs: - `GET /v2/meetings/{meetingId}/recordings/settings` - `GET /v2/accounts/{accountId}/meetings/{meetingId}/recordings/settings` - New `physical_files` response field in the following **Archiving** APIs: - `GET /v2/past_meetings/{meetingUUID}/archive_files` - `GET /v2/accounts/{accountId}/archive_files` - `GET /v2/archive_files` ## Added - New **Meetings** Webhook event: - `meeting.invitation_timeout` - `meeting.invitation_rejected` - `meeting.invitation_dispatched` - `meeting.invitation_accepted` - New **Reports** APIs: - `GET /v2/report/history_meetings` - `GET /v2/accounts/{accountId}/report/history_meetings` ## Changed - New `interpreter_languages` request field in these **Meetings** APIs: - `POST /v2/users/{userId}/meetings` - `POST /v2/accounts/{accountId}/users/{userId}/meetings` - `PATCH /v2/meetings/{meetingId}` - `PATCH /v2/accounts/{accountId}/meetings/{meetingId}` - New `interpreter_languages` response field in these **Meetings** APIs: - `POST /v2/users/{userId}/meetings` - `POST /v2/accounts/{accountId}/users/{userId}/meetings` - `GET /v2/meetings/{meetingId}` - `GET /v2/accounts/{accountId}/meetings/{meetingId}` - New `interpreter_languages` response field in these **Webinars** APIs: - `POST /v2/users/{userId}/webinars` - `POST /v2/accounts/{accountId}/users/{userId}/webinars` - `GET /v2/accounts/{accountId}/webinars/{webinarId}` - `GET /v2/webinars/{webinarId}` - New `interpreter_languages` request field in these **Webinars** APIs: - `PATCH /v2/accounts/{accountId}/webinars/{webinarId}` - `PATCH /v2/webinars/{webinarId}` - `POST /v2/users/{userId}/webinars` - `POST /v2/accounts/{accountId}/users/{userId}/webinars` - New `interpreter_languages` field in this **Meetings** webhook event: - `meeting.updated` - New `language_interpretation` and `sign_language_interpretation` fields in this **Webinars** webhook event: - `webinar.updated`