Skip to content

Commit fa68cdc

Browse files
committed
reduce jitterBuffer size
1 parent 598c0bb commit fa68cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/examples/media/subscriber/jitterBuffer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DEFAULT_MIN_DELAY_MS = 500
1+
const DEFAULT_MIN_DELAY_MS = 50
22
const DEFAULT_JITTER_BUFFER_SIZE = 1800
33

44
type JitterBufferEntry<T> = {

0 commit comments

Comments
 (0)