minor improvements

This commit is contained in:
2025-02-06 00:54:11 +01:00
parent 4aa164d148
commit 7a8a8ee260
3 changed files with 8 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ const DEFAULT_OPTIONS = {
enabledOrigins: {
"http://*/*": true,
"https://*/*": true,
"https://tube.kobim.cloud"
"https://tube.kobim.cloud": true,
},
enabledStats: ["data-channel", "local-candidate", "remote-candidate"]
};