Przeglądaj źródła

fix(stats): Enable stats on temasys

Temasys supports peer connection's getStats.
dev1
Leonard Kim 8 lat temu
rodzic
commit
2665fdc846
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      modules/statistics/RTPStatsCollector.js

+ 2
- 1
modules/statistics/RTPStatsCollector.js Wyświetl plik

@@ -7,7 +7,8 @@ const logger = require('jitsi-meet-logger').getLogger(__filename);
7 7
 /* Whether we support the browser we are running into for logging statistics */
8 8
 const browserSupported = RTCBrowserType.isChrome()
9 9
         || RTCBrowserType.isOpera() || RTCBrowserType.isFirefox()
10
-        || RTCBrowserType.isNWJS() || RTCBrowserType.isElectron();
10
+        || RTCBrowserType.isNWJS() || RTCBrowserType.isElectron()
11
+        || RTCBrowserType.isTemasysPluginUsed();
11 12
 
12 13
 /**
13 14
  * The lib-jitsi-meet browser-agnostic names of the browser-specific keys

Ładowanie…
Anuluj
Zapisz