MeetingRoomConfiguration class

Meeting room settings of a room profile.

Constructors

MeetingRoomConfiguration({EndOfMeetingReminder? endOfMeetingReminder, InstantBooking? instantBooking, RequireCheckIn? requireCheckIn, bool? roomUtilizationMetricsEnabled})
MeetingRoomConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

endOfMeetingReminder EndOfMeetingReminder?
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.
final
hashCode int
The hash code for this object.
no setterinherited
instantBooking InstantBooking?
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
final
requireCheckIn RequireCheckIn?
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.”
final
roomUtilizationMetricsEnabled bool?
Whether room utilization metrics are enabled or not.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited