|
|
|
|
|
|
4
|
|
4
|
|
|
5
|
/* Whether we support the browser we are running into for logging statistics */
|
5
|
/* Whether we support the browser we are running into for logging statistics */
|
|
6
|
var browserSupported = RTCBrowserType.isChrome() ||
|
6
|
var browserSupported = RTCBrowserType.isChrome() ||
|
|
7
|
- RTCBrowserType.isChrome();
|
|
|
|
|
|
7
|
+ RTCBrowserType.isOpera();
|
|
8
|
/**
|
8
|
/**
|
|
9
|
* Calculates packet lost percent using the number of lost packets and the
|
9
|
* Calculates packet lost percent using the number of lost packets and the
|
|
10
|
* number of all packet.
|
10
|
* number of all packet.
|