jmuxer 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/jmuxer.min.js +1 -2811
- package/package.json +1 -1
- package/src/jmuxer.js +7 -7
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Available options are:
|
|
|
28
28
|
|
|
29
29
|
*mode* - Available values are: both, video and audio. Default is both
|
|
30
30
|
|
|
31
|
-
*flushingTime* - Buffer flushing time in milliseconds. Default value is
|
|
31
|
+
*flushingTime* - Buffer flushing time in milliseconds. Default value is 500 milliseconds. Set `flushingTime` to 0 if you want to flash buffer immediately or find any lag.
|
|
32
32
|
|
|
33
33
|
*maxDelay* - Maximum delay time in milliseconds. Default value is 500 milliseconds.
|
|
34
34
|
|