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

CreateRequireCheckIn

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

Creates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

interface CreateRequireCheckIn {
Enabled: boolean;
ReleaseAfterMinutes: number;
}

§Properties

§
Enabled: boolean
[src]

Whether require check in is enabled or not.

§
ReleaseAfterMinutes: number
[src]

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.