# New Devices API, new fields in Meetings and Webinars APIs and Meetings webhooks ## Added - New **Devices** API: - `GET /v2/devices/zpa/settings` ## Changed - New `allow_host_control_participant_mute_state` 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 `allow_host_control_participant_mute_state` 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 `allow_host_control_participant_mute_state` 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 `allow_host_control_participant_mute_state` 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 `disable_video` and `disable_audio` request fields in this **Meetings** API: - `POST /v2/meetings/{meetingId}/invite_links` - New `allow_host_control_participant_mute_state` field in these **Meetings** webhook events: - `meeting.updated` - New `allow_host_control_participant_mute_state` field in these **Webinars** webhook events: - `webinar.updated`