MediaSFU ReactJS
    Preparing search index...

    Interface EventSettingOption

    interface EventSettingOption {
        value: string;
        label: ReactNode;
    }
    Index

    Properties

    Properties

    value: string
    label: ReactNode