@@ -20,7 +20,7 @@ namespace ChimeSDKMeetings
2020 * to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for
2121 * meetings, create and manage users, and send and receive meeting notifications.
2222 * For more information about the meeting APIs, see <a
23- * href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
23+ * href="https://docs.aws.amazon.com/chime-sdk /latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon
2424 * Chime SDK meetings</a>.</p>
2525 */
2626 class AWS_CHIMESDKMEETINGS_API ChimeSDKMeetingsClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<ChimeSDKMeetingsClient>
@@ -84,9 +84,9 @@ namespace ChimeSDKMeetings
8484 /* *
8585 * <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more
8686 * information about the Amazon Chime SDK, see <a
87- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
88- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p><p><h3>See
89- * Also:</h3> <a
87+ * href="https://docs.aws.amazon.com/chime-sdk /latest/dg/meetings-sdk.html">Using
88+ * the Amazon Chime SDK</a> in the <i>Amazon Chime Developer
89+ * Guide</i>.</p><p><h3>See Also:</h3> <a
9090 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchCreateAttendee">AWS
9191 * API Reference</a></p>
9292 */
@@ -132,16 +132,22 @@ namespace ChimeSDKMeetings
132132 * <code>video</code> capability to receive, the response will contain an HTTP 400
133133 * Bad Request status code. However, you can set your <code>video</code> capability
134134 * to receive and you set your <code>content</code> capability to not receive.</p>
135- * </li> <li> <p>When you change an <code>audio</code> capability from
136- * <code>None</code> or <code>Receive</code> to <code>Send</code> or
137- * <code>SendReceive</code> , and if the attendee left their microphone unmuted,
138- * audio will flow from the attendee to the other meeting participants.</p> </li>
139- * <li> <p>When you change a <code>video</code> or <code>content</code> capability
140- * from <code>None</code> or <code>Receive</code> to <code>Send</code> or
141- * <code>SendReceive</code> , and if the attendee turned on their video or content
142- * streams, remote attendees can receive those streams, but only after media
143- * renegotiation between the client and the Amazon Chime back-end server.</p> </li>
144- * </ul><p><h3>See Also:</h3> <a
135+ * </li> <li> <p>If meeting features is defined as
136+ * <code>Video:MaxResolution:None</code> but <code>Content:MaxResolution</code> is
137+ * defined as something other than <code>None</code> and attendee capabilities are
138+ * not defined in the API request, then the default attendee video capability is
139+ * set to <code>Receive</code> and attendee content capability is set to
140+ * <code>SendReceive</code>. This is because content <code>SendReceive</code>
141+ * requires video to be at least <code>Receive</code>.</p> </li> <li> <p>When you
142+ * change an <code>audio</code> capability from <code>None</code> or
143+ * <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
144+ * the attendee left their microphone unmuted, audio will flow from the attendee to
145+ * the other meeting participants.</p> </li> <li> <p>When you change a
146+ * <code>video</code> or <code>content</code> capability from <code>None</code> or
147+ * <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
148+ * the attendee turned on their video or content streams, remote attendees can
149+ * receive those streams, but only after media renegotiation between the client and
150+ * the Amazon Chime back-end server.</p> </li> </ul><p><h3>See Also:</h3> <a
145151 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/BatchUpdateAttendeeCapabilitiesExcept">AWS
146152 * API Reference</a></p>
147153 */
@@ -168,9 +174,9 @@ namespace ChimeSDKMeetings
168174 /* *
169175 * <p> Creates a new attendee for an active Amazon Chime SDK meeting. For more
170176 * information about the Amazon Chime SDK, see <a
171- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
172- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p><p><h3>See
173- * Also:</h3> <a
177+ * href="https://docs.aws.amazon.com/chime-sdk /latest/dg/meetings-sdk.html">Using
178+ * the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
179+ * </p><p><h3>See Also:</h3> <a
174180 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendee">AWS
175181 * API Reference</a></p>
176182 */
@@ -197,12 +203,18 @@ namespace ChimeSDKMeetings
197203 /* *
198204 * <p>Creates a new Amazon Chime SDK meeting in the specified media Region with no
199205 * initial attendees. For more information about specifying media Regions, see <a
200- * href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
201- * Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more
202- * information about the Amazon Chime SDK, see <a
203- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
204- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p><p><h3>See
205- * Also:</h3> <a
206+ * href="https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions">Available
207+ * Regions</a> and <a
208+ * href="https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html">Using
209+ * meeting Regions</a>, both in the <i>Amazon Chime SDK Developer Guide</i>. For
210+ * more information about the Amazon Chime SDK, see <a
211+ * href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using
212+ * the Amazon Chime SDK</a> in the <i>Amazon Chime SDK Developer Guide</i>. </p>
213+ * <p>If you use this API in conjuction with the and APIs, and you don't
214+ * specify the <code>MeetingFeatures.Content.MaxResolution</code> or
215+ * <code>MeetingFeatures.Video.MaxResolution</code> parameters, the following
216+ * defaults are used:</p> <ul> <li> <p>Content.MaxResolution: FHD</p> </li> <li>
217+ * <p>Video.MaxResolution: HD</p> </li> </ul> <p><h3>See Also:</h3> <a
206218 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting">AWS
207219 * API Reference</a></p>
208220 */
@@ -229,12 +241,18 @@ namespace ChimeSDKMeetings
229241 /* *
230242 * <p> Creates a new Amazon Chime SDK meeting in the specified media Region, with
231243 * attendees. For more information about specifying media Regions, see <a
232- * href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
233- * Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more
234- * information about the Amazon Chime SDK, see <a
235- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
236- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p><p><h3>See
237- * Also:</h3> <a
244+ * href="https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions">Available
245+ * Regions</a> and <a
246+ * href="https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html">Using
247+ * meeting Regions</a>, both in the <i>Amazon Chime SDK Developer Guide</i>. For
248+ * more information about the Amazon Chime SDK, see <a
249+ * href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using
250+ * the Amazon Chime SDK</a> in the <i>Amazon Chime SDK Developer Guide</i>. </p>
251+ * <p>If you use this API in conjuction with the and APIs, and you don't
252+ * specify the <code>MeetingFeatures.Content.MaxResolution</code> or
253+ * <code>MeetingFeatures.Video.MaxResolution</code> parameters, the following
254+ * defaults are used:</p> <ul> <li> <p>Content.MaxResolution: FHD</p> </li> <li>
255+ * <p>Video.MaxResolution: HD</p> </li> </ul> <p><h3>See Also:</h3> <a
238256 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendees">AWS
239257 * API Reference</a></p>
240258 */
@@ -263,9 +281,9 @@ namespace ChimeSDKMeetings
263281 * their <code>JoinToken</code>. Attendees are automatically deleted when a Amazon
264282 * Chime SDK meeting is deleted. For more information about the Amazon Chime SDK,
265283 * see <a
266- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
267- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p><p><h3>See
268- * Also:</h3> <a
284+ * href="https://docs.aws.amazon.com/chime-sdk /latest/dg/meetings-sdk.html">Using
285+ * the Amazon Chime SDK</a> in the <i>Amazon Chime Developer
286+ * Guide</i>.</p><p><h3>See Also:</h3> <a
269287 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteAttendee">AWS
270288 * API Reference</a></p>
271289 */
@@ -293,9 +311,9 @@ namespace ChimeSDKMeetings
293311 * <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all
294312 * attendees, disconnects all clients, and prevents new clients from joining the
295313 * meeting. For more information about the Amazon Chime SDK, see <a
296- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
297- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p><p><h3>See
298- * Also:</h3> <a
314+ * href="https://docs.aws.amazon.com/chime-sdk /latest/dg/meetings-sdk.html">Using
315+ * the Amazon Chime SDK</a> in the <i>Amazon Chime Developer
316+ * Guide</i>.</p><p><h3>See Also:</h3> <a
299317 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/DeleteMeeting">AWS
300318 * API Reference</a></p>
301319 */
@@ -322,9 +340,9 @@ namespace ChimeSDKMeetings
322340 /* *
323341 * <p> Gets the Amazon Chime SDK attendee details for a specified meeting ID and
324342 * attendee ID. For more information about the Amazon Chime SDK, see <a
325- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
326- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p><p><h3>See
327- * Also:</h3> <a
343+ * href="https://docs.aws.amazon.com/chime-sdk /latest/dg/meetings-sdk.html">Using
344+ * the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
345+ * </p><p><h3>See Also:</h3> <a
328346 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetAttendee">AWS
329347 * API Reference</a></p>
330348 */
@@ -351,9 +369,9 @@ namespace ChimeSDKMeetings
351369 /* *
352370 * <p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For
353371 * more information about the Amazon Chime SDK, see <a
354- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
355- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p><p><h3>See
356- * Also:</h3> <a
372+ * href="https://docs.aws.amazon.com/chime-sdk /latest/dg/meetings-sdk.html">Using
373+ * the Amazon Chime SDK</a> in the <i>Amazon Chime Developer
374+ * Guide</i>.</p><p><h3>See Also:</h3> <a
357375 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting">AWS
358376 * API Reference</a></p>
359377 */
@@ -380,9 +398,9 @@ namespace ChimeSDKMeetings
380398 /* *
381399 * <p> Lists the attendees for the specified Amazon Chime SDK meeting. For more
382400 * information about the Amazon Chime SDK, see <a
383- * href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the
384- * Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p><p><h3>See
385- * Also:</h3> <a
401+ * href="https://docs.aws.amazon.com/chime-sdk /latest/dg/meetings-sdk.html">Using
402+ * the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
403+ * </p><p><h3>See Also:</h3> <a
386404 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ListAttendees">AWS
387405 * API Reference</a></p>
388406 */
@@ -607,16 +625,22 @@ namespace ChimeSDKMeetings
607625 * <code>video</code> capability to receive, the response will contain an HTTP 400
608626 * Bad Request status code. However, you can set your <code>video</code> capability
609627 * to receive and you set your <code>content</code> capability to not receive.</p>
610- * </li> <li> <p>When you change an <code>audio</code> capability from
611- * <code>None</code> or <code>Receive</code> to <code>Send</code> or
612- * <code>SendReceive</code> , and if the attendee left their microphone unmuted,
613- * audio will flow from the attendee to the other meeting participants.</p> </li>
614- * <li> <p>When you change a <code>video</code> or <code>content</code> capability
615- * from <code>None</code> or <code>Receive</code> to <code>Send</code> or
616- * <code>SendReceive</code> , and if the attendee turned on their video or content
617- * streams, remote attendees can receive those streams, but only after media
618- * renegotiation between the client and the Amazon Chime back-end server.</p> </li>
619- * </ul><p><h3>See Also:</h3> <a
628+ * </li> <li> <p>If meeting features is defined as
629+ * <code>Video:MaxResolution:None</code> but <code>Content:MaxResolution</code> is
630+ * defined as something other than <code>None</code> and attendee capabilities are
631+ * not defined in the API request, then the default attendee video capability is
632+ * set to <code>Receive</code> and attendee content capability is set to
633+ * <code>SendReceive</code>. This is because content <code>SendReceive</code>
634+ * requires video to be at least <code>Receive</code>.</p> </li> <li> <p>When you
635+ * change an <code>audio</code> capability from <code>None</code> or
636+ * <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
637+ * the attendee left their microphone unmuted, audio will flow from the attendee to
638+ * the other meeting participants.</p> </li> <li> <p>When you change a
639+ * <code>video</code> or <code>content</code> capability from <code>None</code> or
640+ * <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if
641+ * the attendee turned on their video or content streams, remote attendees can
642+ * receive those streams, but only after media renegotiation between the client and
643+ * the Amazon Chime back-end server.</p> </li> </ul><p><h3>See Also:</h3> <a
620644 * href="http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilities">AWS
621645 * API Reference</a></p>
622646 */
0 commit comments