MediaSFU Shared
    Preparing search index...

    Type Alias ReUpdateInterType

    ReUpdateInterType: <
        TParameters extends
            ReUpdateInterParameters<any, any> = ReUpdateInterParameters,
    >(
        options: ReUpdateInterOptions<TParameters>,
    ) => Promise<void>

    Type Declaration