Interface CreateStageInstanceOptions

interface CreateStageInstanceOptions {
    privacyLevel?: StageInstancePrivacyLevels;
    reason?: string;
    sendStartNotification?: boolean;
    topic: string;
}

Properties

The privacy level of the stage instance.

reason?: string

The reason for creating the stage instance.

sendStartNotification?: boolean

Whether to notify

Everyone

that a stage instance has started.

topic: string

The topic of the stage instance.