MediaSFU React Native
    Preparing search index...

    Interface UserWaitingOptions

    interface UserWaitingOptions {
        name: string;
        showAlert?: ShowAlert;
        totalReqWait: number;
        updateTotalReqWait: (total: number) => void;
    }
    Index

    Properties

    name: string
    showAlert?: ShowAlert
    totalReqWait: number
    updateTotalReqWait: (total: number) => void