| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
MeetingFeaturesConfiguration |
MeetingFeaturesConfiguration.clone() |
MeetingFeaturesConfiguration |
Meeting.getMeetingFeatures()
The features available to a meeting, such as echo reduction.
|
MeetingFeaturesConfiguration |
CreateMeetingWithAttendeesRequest.getMeetingFeatures()
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
MeetingFeaturesConfiguration |
CreateMeetingRequest.getMeetingFeatures()
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
MeetingFeaturesConfiguration |
MeetingFeaturesConfiguration.withAttendee(AttendeeFeatures attendee)
The configuration settings for the attendee features available to a meeting.
|
MeetingFeaturesConfiguration |
MeetingFeaturesConfiguration.withAudio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
|
MeetingFeaturesConfiguration |
MeetingFeaturesConfiguration.withContent(ContentFeatures content)
The configuration settings for the content features available to a meeting.
|
MeetingFeaturesConfiguration |
MeetingFeaturesConfiguration.withVideo(VideoFeatures video)
The configuration settings for the video features available to a meeting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Meeting.setMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The features available to a meeting, such as echo reduction.
|
void |
CreateMeetingWithAttendeesRequest.setMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
void |
CreateMeetingRequest.setMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
Meeting |
Meeting.withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The features available to a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingRequest |
CreateMeetingRequest.withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
Copyright © 2024. All rights reserved.