Interface PrejoinPageCustomOptions

Options for PrejoinPage custom component injection

interface PrejoinPageCustomOptions {
    customWelcomeComponent?: CustomComponentType<any>;
    customFormComponent?: CustomComponentType<any>;
    customBrandingComponent?: CustomComponentType<any>;
}

Properties

customWelcomeComponent?: CustomComponentType<any>

Custom welcome/prejoin page component

customFormComponent?: CustomComponentType<any>

Custom form component for room creation/joining

customBrandingComponent?: CustomComponentType<any>

Custom branding/logo component