@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface MeetingNextStep

    Next step associated with a meeting

    interface MeetingNextStep {
        action_buttons?: MeetingActionButton[];
        autopilot: boolean;
        description?: string;
        id: string;
        name: string;
        type?: NextStepType;
    }
    Index

    Properties

    action_buttons?: MeetingActionButton[]
    autopilot: boolean
    description?: string
    id: string
    name: string