/**
 * Meeting BaaS API
 * Meeting BaaS API
 *
 * The version of the OpenAPI document: 1.1
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface AutomaticLeaveRequest
 */
export interface AutomaticLeaveRequest {
    /**
     * The timeout in seconds for the bot to wait for participants to join before leaving the meeting, defaults to 600 seconds
     * @type {number}
     * @memberof AutomaticLeaveRequest
     */
    'noone_joined_timeout'?: number | null;
    /**
     * The timeout in seconds for the bot to wait in the waiting room before leaving the meeting, defaults to 600 seconds
     * @type {number}
     * @memberof AutomaticLeaveRequest
     */
    'waiting_room_timeout'?: number | null;
}
