MeetingRoomConfiguration
public struct MeetingRoomConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
Declaration
Swift
public let endOfMeetingReminder: EndOfMeetingReminder?
-
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
Declaration
Swift
public let instantBooking: InstantBooking?
-
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it’s not checked into. This makes the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
Declaration
Swift
public let requireCheckIn: RequireCheckIn?
-
Whether room utilization metrics are enabled or not.
Declaration
Swift
public let roomUtilizationMetricsEnabled: Bool?
-
Undocumented
Declaration
Swift
public init(endOfMeetingReminder: EndOfMeetingReminder? = nil, instantBooking: InstantBooking? = nil, requireCheckIn: RequireCheckIn? = nil, roomUtilizationMetricsEnabled: Bool? = nil)