Webrtc playout delay configuration.

This is used to configure the playout delay for a Millicast Source. This hints Webrtc to increase the jitter buffer size.

Remark

This is a hint, and factors like network jitter and audio/video sync latency affect the actual delay applied.

interface WebrtcPlayoutDelay {
    maximum: number;
    minimum: number;
}

Properties

Properties

maximum: number
minimum: number