MediaSFU React Native
    Preparing search index...

    Interface PanelistFocusChangedOptions

    interface PanelistFocusChangedOptions {
        data: PanelistFocusChangedData;
        updatePanelistsFocused?: (focused: boolean) => void;
        updateMuteOthersMic?: (mute: boolean) => void;
        updateMuteOthersCamera?: (mute: boolean) => void;
        updatePanelists?: (panelists: Participant[]) => void;
        currentPanelistsFocused?: boolean;
        currentPanelists?: Participant[];
        onScreenChanges?: () => Promise<void>;
    }
    Index

    Properties

    updatePanelistsFocused?: (focused: boolean) => void
    updateMuteOthersMic?: (mute: boolean) => void
    updateMuteOthersCamera?: (mute: boolean) => void
    updatePanelists?: (panelists: Participant[]) => void
    currentPanelistsFocused?: boolean
    currentPanelists?: Participant[]
    onScreenChanges?: () => Promise<void>