MediaSFU React Native (Expo)
    Preparing search index...

    Interface MediasfuUICustomOverrides

    interface MediasfuUICustomOverrides {
        mainContainer?: CustomComponentOverride<MainContainerComponentOptions>;
        mainAspect?: CustomComponentOverride<MainAspectComponentOptions>;
        mainScreen?: CustomComponentOverride<MainScreenComponentOptions>;
        mainGrid?: CustomComponentOverride<MainGridComponentOptions>;
        subAspect?: CustomComponentOverride<SubAspectComponentOptions>;
        otherGrid?: CustomComponentOverride<OtherGridComponentOptions>;
        flexibleGrid?: CustomComponentOverride<FlexibleGridOptions>;
        flexibleGridAlt?: CustomComponentOverride<FlexibleGridOptions>;
        flexibleVideo?: CustomComponentOverride<FlexibleVideoOptions>;
        audioGrid?: CustomComponentOverride<AudioGridOptions>;
        pagination?: CustomComponentOverride<PaginationOptions>;
        controlButtons?: CustomComponentOverride<ControlButtonsComponentOptions>;
        controlButtonsAlt?: CustomComponentOverride<
            ControlButtonsAltComponentOptions,
        >;
        controlButtonsTouch?: CustomComponentOverride<
            ControlButtonsComponentTouchOptions,
        >;
        videoCard?: CustomComponentOverride<VideoCardOptions>;
        audioCard?: CustomComponentOverride<AudioCardOptions>;
        miniCard?: CustomComponentOverride<MiniCardOptions>;
        miniAudio?: CustomComponentOverride<MiniAudioOptions>;
        meetingProgressTimer?: CustomComponentOverride<MeetingProgressTimerOptions>;
        miniAudioPlayer?: CustomComponentOverride<MiniAudioPlayerOptions>;
        loadingModal?: CustomComponentOverride<LoadingModalOptions>;
        alert?: CustomComponentOverride<AlertComponentOptions>;
        menuModal?: CustomComponentOverride<MenuModalOptions>;
        eventSettingsModal?: CustomComponentOverride<EventSettingsModalOptions>;
        requestsModal?: CustomComponentOverride<RequestsModalOptions>;
        waitingRoomModal?: CustomComponentOverride<WaitingRoomModalOptions>;
        coHostModal?: CustomComponentOverride<CoHostModalOptions>;
        mediaSettingsModal?: CustomComponentOverride<MediaSettingsModalOptions>;
        participantsModal?: CustomComponentOverride<ParticipantsModalOptions>;
        messagesModal?: CustomComponentOverride<MessagesModalOptions>;
        displaySettingsModal?: CustomComponentOverride<DisplaySettingsModalOptions>;
        confirmExitModal?: CustomComponentOverride<ConfirmExitModalOptions>;
        confirmHereModal?: CustomComponentOverride<ConfirmHereModalOptions>;
        shareEventModal?: CustomComponentOverride<ShareEventModalOptions>;
        recordingModal?: CustomComponentOverride<RecordingModalOptions>;
        pollModal?: CustomComponentOverride<PollModalOptions>;
        backgroundModal?: CustomComponentOverride<any>;
        breakoutRoomsModal?: CustomComponentOverride<BreakoutRoomsModalOptions>;
        configureWhiteboardModal?: CustomComponentOverride<any>;
        whiteboard?: CustomComponentOverride<any>;
        screenboard?: CustomComponentOverride<any>;
        screenboardModal?: CustomComponentOverride<any>;
        welcomePage?: CustomComponentOverride<WelcomePageOptions>;
        preJoinPage?: CustomComponentOverride<PreJoinPageOptions>;
        customMenuButtonsRenderer?: CustomComponentOverride<
            ControlButtonsAltComponentOptions,
        >;
        consumerResume?: CustomFunctionOverride<ConsumerResumeType>;
        addVideosGrid?: CustomFunctionOverride<AddVideosGridType>;
    }
    Index

    Properties

    backgroundModal?: CustomComponentOverride<any>
    configureWhiteboardModal?: CustomComponentOverride<any>
    whiteboard?: CustomComponentOverride<any>
    screenboard?: CustomComponentOverride<any>
    screenboardModal?: CustomComponentOverride<any>
    customMenuButtonsRenderer?: CustomComponentOverride<
        ControlButtonsAltComponentOptions,
    >