Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.MeetingFeaturesConfiguration
-
Packages that use MeetingFeaturesConfiguration Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of MeetingFeaturesConfiguration in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return MeetingFeaturesConfiguration Modifier and Type Method Description MeetingFeaturesConfigurationCreateMeetingRequest. meetingFeatures()Lists the audio and video features enabled for a meeting, such as echo reduction.MeetingFeaturesConfigurationCreateMeetingWithAttendeesRequest. meetingFeatures()Lists the audio and video features enabled for a meeting, such as echo reduction.MeetingFeaturesConfigurationMeeting. meetingFeatures()The features available to a meeting, such as echo reduction.Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type MeetingFeaturesConfiguration Modifier and Type Method Description CreateMeetingRequest.BuilderCreateMeetingRequest.Builder. meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)Lists the audio and video features enabled for a meeting, such as echo reduction.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)Lists the audio and video features enabled for a meeting, such as echo reduction.Meeting.BuilderMeeting.Builder. meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)The features available to a meeting, such as echo reduction.
-