Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MeetingRoomConfiguration

import type { MeetingRoomConfiguration } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

Meeting room settings of a room profile.

interface MeetingRoomConfiguration {
EndOfMeetingReminder?: EndOfMeetingReminder | null;
InstantBooking?: InstantBooking | null;
RequireCheckIn?: RequireCheckIn | null;
RoomUtilizationMetricsEnabled?: boolean | null;
}

§Properties

§
EndOfMeetingReminder?: EndOfMeetingReminder | null
[src]

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.

§
InstantBooking?: InstantBooking | null
[src]

Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.

§
RequireCheckIn?: RequireCheckIn | null
[src]

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.”

§
RoomUtilizationMetricsEnabled?: boolean | null
[src]

Whether room utilization metrics are enabled or not.