CreateMeetingRoomConfiguration class

Creates meeting room settings of a room profile.

Constructors

CreateMeetingRoomConfiguration({CreateEndOfMeetingReminder? endOfMeetingReminder, CreateInstantBooking? instantBooking, CreateRequireCheckIn? requireCheckIn, bool? roomUtilizationMetricsEnabled})

Properties

endOfMeetingReminder CreateEndOfMeetingReminder?
final
hashCode int
The hash code for this object.
no setterinherited
instantBooking CreateInstantBooking?
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
final
requireCheckIn CreateRequireCheckIn?
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make 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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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