| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ChimeSdkMeetings.Types.AttendeeCapabilities
Description
Synopsis
- data AttendeeCapabilities = AttendeeCapabilities' {}
- newAttendeeCapabilities :: MediaCapabilities -> MediaCapabilities -> MediaCapabilities -> AttendeeCapabilities
- attendeeCapabilities_audio :: Lens' AttendeeCapabilities MediaCapabilities
- attendeeCapabilities_video :: Lens' AttendeeCapabilities MediaCapabilities
- attendeeCapabilities_content :: Lens' AttendeeCapabilities MediaCapabilities
Documentation
data AttendeeCapabilities Source #
The media capabilities of an attendee: audio, video, or content.
You use the capabilities with a set of values that control what the
capabilities can do, such as SendReceive data. For more information
about those values, see .
When using capabilities, be aware of these corner cases:
- You can't set
contentcapabilities toSendReceiveorReceiveunless you also setvideocapabilities toSendReceiveorReceive. If you don't set thevideocapability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set yourvideocapability to receive and you set yourcontentcapability to not receive. - When you change an
audiocapability fromNoneorReceivetoSendorSendReceive, and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. - When you change a
videoorcontentcapability fromNoneorReceivetoSendorSendReceive, and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
See: newAttendeeCapabilities smart constructor.
Constructors
| AttendeeCapabilities' | |
Fields
| |
Instances
newAttendeeCapabilities Source #
Arguments
| :: MediaCapabilities | |
| -> MediaCapabilities | |
| -> MediaCapabilities | |
| -> AttendeeCapabilities |
Create a value of AttendeeCapabilities with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:audio:AttendeeCapabilities', attendeeCapabilities_audio - The audio capability assigned to an attendee.
$sel:video:AttendeeCapabilities', attendeeCapabilities_video - The video capability assigned to an attendee.
$sel:content:AttendeeCapabilities', attendeeCapabilities_content - The content capability assigned to an attendee.
attendeeCapabilities_audio :: Lens' AttendeeCapabilities MediaCapabilities Source #
The audio capability assigned to an attendee.
attendeeCapabilities_video :: Lens' AttendeeCapabilities MediaCapabilities Source #
The video capability assigned to an attendee.
attendeeCapabilities_content :: Lens' AttendeeCapabilities MediaCapabilities Source #
The content capability assigned to an attendee.