Interface MillicastForcePlayoutDelay

interface MillicastForcePlayoutDelay {
    max?: number;
    min?: number;
}

Properties

Properties

max?: number

Remarks

Maps to the property maximum on iOS and to maximumDelay on Android.

min?: number

Remarks

Maps to the property minimum on iOS and to minimumDelay on Android.