Interface PlaceWebrtcRoomDetails

Details of a WebRTC public chat room

interface PlaceWebrtcRoomDetails {
    system?: {
        approval?: boolean;
        bookable?: boolean;
        camera_snapshot_url?: string;
        camera_url?: string;
        capacity?: number;
        code?: string;
        created_at?: number;
        description?: string;
        display_name?: string;
        email?: string;
        features?: string[];
        images?: string[];
        installed_ui_devices?: number;
        map_id?: string;
        modules?: string[];
        name?: string;
        orientation?: "unspecified" | "portrait" | "landscape" | "square";
        playlists?: string[];
        public?: boolean;
        room_booking_url?: string;
        signage?: boolean;
        support_url?: string;
        timetable_url?: string;
        timezone?: Record<string, unknown>;
        type?: string;
        updated_at?: number;
        version?: number;
        zones?: string[];
    };
}

Properties

Properties

system?: {
    approval?: boolean;
    bookable?: boolean;
    camera_snapshot_url?: string;
    camera_url?: string;
    capacity?: number;
    code?: string;
    created_at?: number;
    description?: string;
    display_name?: string;
    email?: string;
    features?: string[];
    images?: string[];
    installed_ui_devices?: number;
    map_id?: string;
    modules?: string[];
    name?: string;
    orientation?: "unspecified" | "portrait" | "landscape" | "square";
    playlists?: string[];
    public?: boolean;
    room_booking_url?: string;
    signage?: boolean;
    support_url?: string;
    timetable_url?: string;
    timezone?: Record<string, unknown>;
    type?: string;
    updated_at?: number;
    version?: number;
    zones?: string[];
}

System information for the room