feat: add google-meet-transcripts-extension and caption-extension

This commit is contained in:
Arash_M
2026-06-09 15:15:37 +03:30
parent 4a3db4d59f
commit 12f950d786
44 changed files with 1945 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
var config = {
loggerLevel: 'debug', //change it to 'debug' for all logs, 'info' or more to reduce the log output in the production
defaultCaptureInterval: 100, //change it to 1000 for 1 second interval
};
export default config;