jitterBufferTarget property

double? get jitterBufferTarget

The jitterBufferTarget property of the RTCRtpReceiver interface is a DOMHighResTimeStamp that indicates the application's preferred duration, in milliseconds, for which the jitter buffer should hold media before playing it out.

The application can use it to influence the tradeoff between playout delay and the risk of running out of audio or video frames due to network jitter.

Implementation

external double? get jitterBufferTarget;
set jitterBufferTarget (DOMHighResTimeStamp? value)

Implementation

external set jitterBufferTarget(DOMHighResTimeStamp? value);