|
|
@@ -185,14 +185,6 @@ export default class BrowserCapabilities extends BrowserDetection {
|
|
185
|
185
|
&& typeof navigator.mediaDevices.addEventListener !== 'undefined';
|
|
186
|
186
|
}
|
|
187
|
187
|
|
|
188
|
|
- /**
|
|
189
|
|
- * Checks if the current browser supports RTT statistics for srflx local
|
|
190
|
|
- * candidates through the legacy getStats() API.
|
|
191
|
|
- */
|
|
192
|
|
- supportsLocalCandidateRttStatistics() {
|
|
193
|
|
- return this.isChromiumBased() || this.isReactNative() || this.isWebKitBased();
|
|
194
|
|
- }
|
|
195
|
|
-
|
|
196
|
188
|
/**
|
|
197
|
189
|
* Checks if the current browser supports the Long Tasks API that lets us observe
|
|
198
|
190
|
* performance measurement events and be notified of tasks that take longer than
|