mediasoup
Advanced tools
Comparing version 3.13.7 to 3.13.8
{ | ||
"name": "mediasoup", | ||
"version": "3.13.7", | ||
"version": "3.13.8", | ||
"description": "Cutting Edge WebRTC Video Conferencing", | ||
@@ -94,3 +94,4 @@ "contributors": [ | ||
], | ||
"cacheDirectory": ".cache/jest" | ||
"cacheDirectory": ".cache/jest", | ||
"modulePathIgnorePatterns": ["worker/", "rust/"] | ||
}, | ||
@@ -110,4 +111,4 @@ "dependencies": { | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"eslint": "^8.55.0", | ||
@@ -114,0 +115,0 @@ "eslint-plugin-jest": "^27.6.0", |
option('ms_log_trace', type : 'boolean', value : false, description : 'When enabled, logs the current method/function if current log level is "debug"') | ||
option('ms_log_file_line', type : 'boolean', value : false, description : 'When enabled, all the logging macros print more verbose information, including current file and line') | ||
option('ms_rtc_logger_rtp', type : 'boolean', value : false, description : 'When enabled, prints a line with information for each RTP packet') | ||
option('ms_enable_liburing', type : 'boolean', value : false, description : 'When enabled, enables liburing') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1413
4683465
43684