@webex/plugin-meetings 3.4.0 → 3.5.0-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/constants.js +1 -0
- package/dist/constants.js.map +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/media/index.js +6 -9
- package/dist/media/index.js.map +1 -1
- package/dist/meeting/in-meeting-actions.js +3 -1
- package/dist/meeting/in-meeting-actions.js.map +1 -1
- package/dist/meeting/index.js +154 -50
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/util.js +1 -0
- package/dist/meeting/util.js.map +1 -1
- package/dist/meetings/index.js +11 -2
- package/dist/meetings/index.js.map +1 -1
- package/dist/reachability/index.js +175 -103
- package/dist/reachability/index.js.map +1 -1
- package/dist/reconnection-manager/index.js +1 -1
- package/dist/reconnection-manager/index.js.map +1 -1
- package/dist/types/constants.d.ts +2 -1
- package/dist/types/meeting/in-meeting-actions.d.ts +2 -0
- package/dist/types/meeting/index.d.ts +22 -2
- package/dist/types/meetings/index.d.ts +4 -2
- package/dist/types/reachability/index.d.ts +14 -2
- package/dist/webinar/index.js +1 -1
- package/package.json +22 -22
- package/src/constants.ts +1 -0
- package/src/media/index.ts +6 -10
- package/src/meeting/in-meeting-actions.ts +3 -0
- package/src/meeting/index.ts +92 -10
- package/src/meeting/util.ts +2 -0
- package/src/meetings/index.ts +11 -4
- package/src/reachability/index.ts +49 -4
- package/src/reconnection-manager/index.ts +1 -1
- package/test/integration/spec/converged-space-meetings.js +1 -1
- package/test/unit/spec/breakouts/index.ts +1 -0
- package/test/unit/spec/interceptors/locusRetry.ts +11 -10
- package/test/unit/spec/media/MediaConnectionAwaiter.ts +1 -0
- package/test/unit/spec/media/index.ts +34 -7
- package/test/unit/spec/media/properties.ts +1 -1
- package/test/unit/spec/meeting/connectionStateHandler.ts +1 -0
- package/test/unit/spec/meeting/in-meeting-actions.ts +2 -0
- package/test/unit/spec/meeting/index.js +119 -12
- package/test/unit/spec/meeting/locusMediaRequest.ts +3 -2
- package/test/unit/spec/meeting/request.js +1 -0
- package/test/unit/spec/meeting/utils.js +4 -0
- package/test/unit/spec/meeting-info/meetinginfov2.js +10 -11
- package/test/unit/spec/meeting-info/request.js +1 -1
- package/test/unit/spec/meetings/index.js +40 -5
- package/test/unit/spec/members/request.js +2 -1
- package/test/unit/spec/multistream/mediaRequestManager.ts +1 -0
- package/test/unit/spec/multistream/receiveSlot.ts +1 -0
- package/test/unit/spec/multistream/receiveSlotManager.ts +1 -0
- package/test/unit/spec/multistream/remoteMedia.ts +1 -0
- package/test/unit/spec/multistream/remoteMediaGroup.ts +1 -0
- package/test/unit/spec/multistream/remoteMediaManager.ts +1 -0
- package/test/unit/spec/multistream/sendSlotManager.ts +1 -0
- package/test/unit/spec/personal-meeting-room/personal-meeting-room.js +0 -1
- package/test/unit/spec/reachability/index.ts +211 -13
- package/test/unit/spec/reachability/request.js +1 -0
- package/test/unit/spec/roap/request.ts +1 -0
- package/dist/networkQualityMonitor/index.js +0 -227
- package/dist/networkQualityMonitor/index.js.map +0 -1
- package/dist/rtcMetrics/constants.js +0 -11
- package/dist/rtcMetrics/constants.js.map +0 -1
- package/dist/rtcMetrics/index.js +0 -177
- package/dist/rtcMetrics/index.js.map +0 -1
- package/dist/types/networkQualityMonitor/index.d.ts +0 -70
- package/dist/types/rtcMetrics/constants.d.ts +0 -4
- package/dist/types/rtcMetrics/index.d.ts +0 -61
- package/src/networkQualityMonitor/index.ts +0 -211
- package/src/rtcMetrics/constants.ts +0 -3
- package/src/rtcMetrics/index.ts +0 -166
- package/test/unit/spec/networkQualityMonitor/index.js +0 -99
- package/test/unit/spec/rtcMetrics/index.ts +0 -123
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Reflect$construct = require("@babel/runtime-corejs2/core-js/reflect/construct");
|
|
4
|
-
var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
|
|
5
|
-
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");
|
|
6
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
7
|
-
value: true
|
|
8
|
-
});
|
|
9
|
-
exports.default = void 0;
|
|
10
|
-
var _freeze = _interopRequireDefault(require("@babel/runtime-corejs2/core-js/object/freeze"));
|
|
11
|
-
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/classCallCheck"));
|
|
12
|
-
var _createClass2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/createClass"));
|
|
13
|
-
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/assertThisInitialized"));
|
|
14
|
-
var _inherits2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/inherits"));
|
|
15
|
-
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/possibleConstructorReturn"));
|
|
16
|
-
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/getPrototypeOf"));
|
|
17
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/defineProperty"));
|
|
18
|
-
var _eventsScope = _interopRequireDefault(require("../common/events/events-scope"));
|
|
19
|
-
var _constants = require("../constants");
|
|
20
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
21
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !_Reflect$construct) return false; if (_Reflect$construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
22
|
-
/**
|
|
23
|
-
* Meeting - network quality event
|
|
24
|
-
* Emitted on each interval of retrieving stats Analyzer data
|
|
25
|
-
* @event network:quality
|
|
26
|
-
* @type {Object}
|
|
27
|
-
* @property {string} mediaType {video|audio}
|
|
28
|
-
* @property {number} networkQualityScore - value determined in determineUplinkNetworkQuality
|
|
29
|
-
* @memberof NetworkQualityMonitor
|
|
30
|
-
*/
|
|
31
|
-
/**
|
|
32
|
-
* NetworkQualityMonitor class that will emit events based on detected quality
|
|
33
|
-
*
|
|
34
|
-
* @class NetworkQualityMonitor
|
|
35
|
-
* @extends {EventsScope}
|
|
36
|
-
*/
|
|
37
|
-
var NetworkQualityMonitor = exports.default = /*#__PURE__*/function (_EventsScope) {
|
|
38
|
-
(0, _inherits2.default)(NetworkQualityMonitor, _EventsScope);
|
|
39
|
-
var _super = _createSuper(NetworkQualityMonitor);
|
|
40
|
-
/**
|
|
41
|
-
* Creates a new instance of NetworkQualityMonitor
|
|
42
|
-
* @constructor
|
|
43
|
-
* @public
|
|
44
|
-
* @param {Object} config
|
|
45
|
-
* @property {Object} indicatorTypes - network properties used to evaluate network quality used as constants
|
|
46
|
-
* @property {Object} frequencyTypes - frequency properties used as constants {uplink|send} {downlink|receive}
|
|
47
|
-
* @property {number} networkQualityScore - 0|1 1 is acceptable 0 is bad/unknown
|
|
48
|
-
* @property {Object} networkQualityStatus - hash object based on indicatorTypes and frequencyTypes
|
|
49
|
-
* @property {string} mediaType - audio|video
|
|
50
|
-
*/
|
|
51
|
-
function NetworkQualityMonitor(config) {
|
|
52
|
-
var _this;
|
|
53
|
-
(0, _classCallCheck2.default)(this, NetworkQualityMonitor);
|
|
54
|
-
_this = _super.call(this);
|
|
55
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "config", void 0);
|
|
56
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "frequencyTypes", void 0);
|
|
57
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "indicatorTypes", void 0);
|
|
58
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "mediaType", void 0);
|
|
59
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "networkQualityScore", void 0);
|
|
60
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "networkQualityStatus", void 0);
|
|
61
|
-
_this.config = config;
|
|
62
|
-
_this.indicatorTypes = (0, _freeze.default)({
|
|
63
|
-
PACKETLOSS: 'packetLoss',
|
|
64
|
-
LATENCY: 'latency',
|
|
65
|
-
JITTER: 'jitter'
|
|
66
|
-
});
|
|
67
|
-
_this.frequencyTypes = (0, _freeze.default)({
|
|
68
|
-
UPLINK: 'uplink',
|
|
69
|
-
DOWNLINK: 'downlink'
|
|
70
|
-
});
|
|
71
|
-
_this.networkQualityScore = 1;
|
|
72
|
-
_this.networkQualityStatus = (0, _defineProperty2.default)({}, _this.frequencyTypes.UPLINK, {});
|
|
73
|
-
_this.mediaType = null;
|
|
74
|
-
return _this;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* emits NETWORK_QUALITY event on meeting with payload of media type and uplinkNetworkQuality score
|
|
79
|
-
*
|
|
80
|
-
* @memberof NetworkQualityMonitor
|
|
81
|
-
* @returns {void}
|
|
82
|
-
*/
|
|
83
|
-
(0, _createClass2.default)(NetworkQualityMonitor, [{
|
|
84
|
-
key: "emitNetworkQuality",
|
|
85
|
-
value: function emitNetworkQuality() {
|
|
86
|
-
this.emit({
|
|
87
|
-
file: 'networkQualityMonitor',
|
|
88
|
-
function: 'emitNetworkQuality'
|
|
89
|
-
}, _constants.EVENT_TRIGGERS.NETWORK_QUALITY, {
|
|
90
|
-
mediaType: this.mediaType,
|
|
91
|
-
networkQualityScore: this.networkQualityScore
|
|
92
|
-
});
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* invokes emitNetworkQuality method resets values back to default
|
|
97
|
-
* @returns {void}
|
|
98
|
-
* @memberof NetworkQualityMonitor
|
|
99
|
-
*/
|
|
100
|
-
}, {
|
|
101
|
-
key: "updateNetworkQualityStatus",
|
|
102
|
-
value: function updateNetworkQualityStatus() {
|
|
103
|
-
this.emitNetworkQuality();
|
|
104
|
-
|
|
105
|
-
// reset values
|
|
106
|
-
this.networkQualityScore = 1;
|
|
107
|
-
this.mediaType = null;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* filter data to determine uplink network quality, invoked on same interval as stats analyzer remote-inbout-rtp
|
|
112
|
-
* @param {Object} configObj
|
|
113
|
-
* @param {string} configObj.mediaType {audio|video}
|
|
114
|
-
* @param {RTCStats} configObj.remoteRtpResults RTC stats remote obj
|
|
115
|
-
* @param {Object} configObj.statsAnalyzerCurrentStats statsResults
|
|
116
|
-
* @returns {void}
|
|
117
|
-
* @public
|
|
118
|
-
* @memberof NetworkQualityMonitor
|
|
119
|
-
*/
|
|
120
|
-
}, {
|
|
121
|
-
key: "determineUplinkNetworkQuality",
|
|
122
|
-
value: function determineUplinkNetworkQuality(_ref) {
|
|
123
|
-
var _this2 = this;
|
|
124
|
-
var mediaType = _ref.mediaType,
|
|
125
|
-
remoteRtpResults = _ref.remoteRtpResults,
|
|
126
|
-
statsAnalyzerCurrentStats = _ref.statsAnalyzerCurrentStats;
|
|
127
|
-
var roundTripTimeInMilliseconds = remoteRtpResults.roundTripTime * 1000;
|
|
128
|
-
var jitterInMilliseconds = remoteRtpResults.jitter * 1000;
|
|
129
|
-
var currentPacketLossRatio = statsAnalyzerCurrentStats[mediaType].send.currentPacketLossRatio;
|
|
130
|
-
this.mediaType = mediaType;
|
|
131
|
-
var _this$indicatorTypes = this.indicatorTypes,
|
|
132
|
-
JITTER = _this$indicatorTypes.JITTER,
|
|
133
|
-
PACKETLOSS = _this$indicatorTypes.PACKETLOSS,
|
|
134
|
-
LATENCY = _this$indicatorTypes.LATENCY;
|
|
135
|
-
var UPLINK = this.frequencyTypes.UPLINK;
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* determines if packetLoss ratio is over threshold set in config
|
|
139
|
-
* sets networkQualityScore to 0 if over threshold
|
|
140
|
-
* @returns {boolean}
|
|
141
|
-
*/
|
|
142
|
-
var determinePacketLoss = function determinePacketLoss() {
|
|
143
|
-
if (currentPacketLossRatio > _this2.config.videoPacketLossRatioThreshold) {
|
|
144
|
-
_this2.networkQualityScore = 0;
|
|
145
|
-
return false;
|
|
146
|
-
}
|
|
147
|
-
return true;
|
|
148
|
-
};
|
|
149
|
-
|
|
150
|
-
/**
|
|
151
|
-
* determines if round trip time value is over threshold set in config
|
|
152
|
-
* sets networkQualityScore to 0 if over threshold
|
|
153
|
-
* @returns {boolean}
|
|
154
|
-
*/
|
|
155
|
-
var determineLatency = function determineLatency() {
|
|
156
|
-
if (roundTripTimeInMilliseconds > _this2.config.rttThreshold) {
|
|
157
|
-
_this2.networkQualityScore = 0;
|
|
158
|
-
return false;
|
|
159
|
-
}
|
|
160
|
-
return true;
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* determines if jitter value is over threshold in config
|
|
165
|
-
* sets networkQualityScore to 0 if over threshold
|
|
166
|
-
* @returns {boolean}
|
|
167
|
-
*/
|
|
168
|
-
var deterMineJitter = function deterMineJitter() {
|
|
169
|
-
if (jitterInMilliseconds > _this2.config.jitterThreshold) {
|
|
170
|
-
_this2.networkQualityScore = 0;
|
|
171
|
-
return false;
|
|
172
|
-
}
|
|
173
|
-
return true;
|
|
174
|
-
};
|
|
175
|
-
|
|
176
|
-
/**
|
|
177
|
-
* returns null if val is specifically undefined
|
|
178
|
-
* @param {(number|undefined)} value
|
|
179
|
-
* @returns {(number|null)}
|
|
180
|
-
*/
|
|
181
|
-
var determineIfUndefined = function determineIfUndefined(value) {
|
|
182
|
-
return typeof value === 'undefined' ? null : value;
|
|
183
|
-
};
|
|
184
|
-
if (!this.networkQualityStatus[UPLINK][mediaType]) {
|
|
185
|
-
this.networkQualityStatus[UPLINK][mediaType] = {};
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* Values for some browsers specifically Safari will be undefined we explicitly set to null
|
|
190
|
-
* https://bugs.webkit.org/show_bug.cgi?id=206645
|
|
191
|
-
* https://bugs.webkit.org/show_bug.cgi?id=212668
|
|
192
|
-
*/
|
|
193
|
-
// PACKET LOSS
|
|
194
|
-
this.networkQualityStatus[UPLINK][mediaType][PACKETLOSS] = {
|
|
195
|
-
acceptable: determinePacketLoss(),
|
|
196
|
-
value: determineIfUndefined(currentPacketLossRatio)
|
|
197
|
-
};
|
|
198
|
-
|
|
199
|
-
// LATENCY measured in Round trip time
|
|
200
|
-
this.networkQualityStatus[UPLINK][mediaType][LATENCY] = {
|
|
201
|
-
acceptable: determineLatency(),
|
|
202
|
-
value: determineIfUndefined(remoteRtpResults.roundTripTime)
|
|
203
|
-
};
|
|
204
|
-
|
|
205
|
-
// JITTER
|
|
206
|
-
this.networkQualityStatus[UPLINK][mediaType][JITTER] = {
|
|
207
|
-
acceptable: deterMineJitter(),
|
|
208
|
-
value: determineIfUndefined(remoteRtpResults.jitter)
|
|
209
|
-
};
|
|
210
|
-
this.updateNetworkQualityStatus();
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* Get the current status of network quaility object - networkQualityStatus
|
|
215
|
-
* @returns {Object}
|
|
216
|
-
* @public
|
|
217
|
-
*/
|
|
218
|
-
}, {
|
|
219
|
-
key: "networkQualityStats",
|
|
220
|
-
get: function get() {
|
|
221
|
-
var UPLINK = this.frequencyTypes.UPLINK;
|
|
222
|
-
return this.networkQualityStatus[UPLINK];
|
|
223
|
-
}
|
|
224
|
-
}]);
|
|
225
|
-
return NetworkQualityMonitor;
|
|
226
|
-
}(_eventsScope.default);
|
|
227
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_eventsScope","_interopRequireDefault","require","_constants","_createSuper","Derived","hasNativeReflectConstruct","_isNativeReflectConstruct","_createSuperInternal","Super","_getPrototypeOf2","default","result","NewTarget","constructor","_Reflect$construct","arguments","apply","_possibleConstructorReturn2","Reflect","sham","Proxy","Boolean","prototype","valueOf","call","e","NetworkQualityMonitor","exports","_EventsScope","_inherits2","_super","config","_this","_classCallCheck2","_defineProperty2","_assertThisInitialized2","indicatorTypes","_freeze","PACKETLOSS","LATENCY","JITTER","frequencyTypes","UPLINK","DOWNLINK","networkQualityScore","networkQualityStatus","mediaType","_createClass2","key","value","emitNetworkQuality","emit","file","function","EVENT_TRIGGERS","NETWORK_QUALITY","updateNetworkQualityStatus","determineUplinkNetworkQuality","_ref","_this2","remoteRtpResults","statsAnalyzerCurrentStats","roundTripTimeInMilliseconds","roundTripTime","jitterInMilliseconds","jitter","currentPacketLossRatio","send","_this$indicatorTypes","determinePacketLoss","videoPacketLossRatioThreshold","determineLatency","rttThreshold","deterMineJitter","jitterThreshold","determineIfUndefined","acceptable","get","EventsScope"],"sources":["index.ts"],"sourcesContent":["import EventsScope from '../common/events/events-scope';\nimport {EVENT_TRIGGERS} from '../constants';\n\n/**\n * Meeting - network quality event\n * Emitted on each interval of retrieving stats Analyzer data\n * @event network:quality\n * @type {Object}\n * @property {string} mediaType {video|audio}\n * @property {number} networkQualityScore - value determined in determineUplinkNetworkQuality\n * @memberof NetworkQualityMonitor\n */\n/**\n * NetworkQualityMonitor class that will emit events based on detected quality\n *\n * @class NetworkQualityMonitor\n * @extends {EventsScope}\n */\nexport default class NetworkQualityMonitor extends EventsScope {\n config: any;\n frequencyTypes: any;\n indicatorTypes: any;\n mediaType: any;\n networkQualityScore: any;\n networkQualityStatus: any;\n\n /**\n * Creates a new instance of NetworkQualityMonitor\n * @constructor\n * @public\n * @param {Object} config\n * @property {Object} indicatorTypes - network properties used to evaluate network quality used as constants\n * @property {Object} frequencyTypes - frequency properties used as constants {uplink|send} {downlink|receive}\n * @property {number} networkQualityScore - 0|1 1 is acceptable 0 is bad/unknown\n * @property {Object} networkQualityStatus - hash object based on indicatorTypes and frequencyTypes\n * @property {string} mediaType - audio|video\n */\n constructor(config: any) {\n super();\n this.config = config;\n this.indicatorTypes = Object.freeze({\n PACKETLOSS: 'packetLoss',\n LATENCY: 'latency',\n JITTER: 'jitter',\n });\n this.frequencyTypes = Object.freeze({\n UPLINK: 'uplink',\n DOWNLINK: 'downlink',\n });\n this.networkQualityScore = 1;\n this.networkQualityStatus = {\n [this.frequencyTypes.UPLINK]: {},\n };\n this.mediaType = null;\n }\n\n /**\n * emits NETWORK_QUALITY event on meeting with payload of media type and uplinkNetworkQuality score\n *\n * @memberof NetworkQualityMonitor\n * @returns {void}\n */\n emitNetworkQuality() {\n this.emit(\n {\n file: 'networkQualityMonitor',\n function: 'emitNetworkQuality',\n },\n EVENT_TRIGGERS.NETWORK_QUALITY,\n {\n mediaType: this.mediaType,\n networkQualityScore: this.networkQualityScore,\n }\n );\n }\n\n /**\n * invokes emitNetworkQuality method resets values back to default\n * @returns {void}\n * @memberof NetworkQualityMonitor\n */\n updateNetworkQualityStatus() {\n this.emitNetworkQuality();\n\n // reset values\n this.networkQualityScore = 1;\n this.mediaType = null;\n }\n\n /**\n * filter data to determine uplink network quality, invoked on same interval as stats analyzer remote-inbout-rtp\n * @param {Object} configObj\n * @param {string} configObj.mediaType {audio|video}\n * @param {RTCStats} configObj.remoteRtpResults RTC stats remote obj\n * @param {Object} configObj.statsAnalyzerCurrentStats statsResults\n * @returns {void}\n * @public\n * @memberof NetworkQualityMonitor\n */\n public determineUplinkNetworkQuality({\n mediaType,\n remoteRtpResults,\n statsAnalyzerCurrentStats,\n }: {\n mediaType: string;\n remoteRtpResults: any;\n statsAnalyzerCurrentStats: object;\n }) {\n const roundTripTimeInMilliseconds = remoteRtpResults.roundTripTime * 1000;\n const jitterInMilliseconds = remoteRtpResults.jitter * 1000;\n const {currentPacketLossRatio} = statsAnalyzerCurrentStats[mediaType].send;\n\n this.mediaType = mediaType;\n\n const {JITTER, PACKETLOSS, LATENCY} = this.indicatorTypes;\n const {UPLINK} = this.frequencyTypes;\n\n /**\n * determines if packetLoss ratio is over threshold set in config\n * sets networkQualityScore to 0 if over threshold\n * @returns {boolean}\n */\n const determinePacketLoss = () => {\n if (currentPacketLossRatio > this.config.videoPacketLossRatioThreshold) {\n this.networkQualityScore = 0;\n\n return false;\n }\n\n return true;\n };\n\n /**\n * determines if round trip time value is over threshold set in config\n * sets networkQualityScore to 0 if over threshold\n * @returns {boolean}\n */\n const determineLatency = () => {\n if (roundTripTimeInMilliseconds > this.config.rttThreshold) {\n this.networkQualityScore = 0;\n\n return false;\n }\n\n return true;\n };\n\n /**\n * determines if jitter value is over threshold in config\n * sets networkQualityScore to 0 if over threshold\n * @returns {boolean}\n */\n const deterMineJitter = () => {\n if (jitterInMilliseconds > this.config.jitterThreshold) {\n this.networkQualityScore = 0;\n\n return false;\n }\n\n return true;\n };\n\n /**\n * returns null if val is specifically undefined\n * @param {(number|undefined)} value\n * @returns {(number|null)}\n */\n const determineIfUndefined = (value: number | undefined) =>\n typeof value === 'undefined' ? null : value;\n\n if (!this.networkQualityStatus[UPLINK][mediaType]) {\n this.networkQualityStatus[UPLINK][mediaType] = {};\n }\n\n /**\n * Values for some browsers specifically Safari will be undefined we explicitly set to null\n * https://bugs.webkit.org/show_bug.cgi?id=206645\n * https://bugs.webkit.org/show_bug.cgi?id=212668\n */\n // PACKET LOSS\n this.networkQualityStatus[UPLINK][mediaType][PACKETLOSS] = {\n acceptable: determinePacketLoss(),\n value: determineIfUndefined(currentPacketLossRatio),\n };\n\n // LATENCY measured in Round trip time\n this.networkQualityStatus[UPLINK][mediaType][LATENCY] = {\n acceptable: determineLatency(),\n value: determineIfUndefined(remoteRtpResults.roundTripTime),\n };\n\n // JITTER\n this.networkQualityStatus[UPLINK][mediaType][JITTER] = {\n acceptable: deterMineJitter(),\n value: determineIfUndefined(remoteRtpResults.jitter),\n };\n\n this.updateNetworkQualityStatus();\n }\n\n /**\n * Get the current status of network quaility object - networkQualityStatus\n * @returns {Object}\n * @public\n */\n get networkQualityStats() {\n const {UPLINK} = this.frequencyTypes;\n\n return this.networkQualityStatus[UPLINK];\n }\n}\n"],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
|
|
4
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.default = void 0;
|
|
8
|
-
var RTC_METRICS = exports.default = {
|
|
9
|
-
APP_ID: 'FFB51ED5-4319-4C55-8303-B1F2FCCDE231'
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["RTC_METRICS","exports","default","APP_ID"],"sources":["constants.ts"],"sourcesContent":["const RTC_METRICS = {APP_ID: 'FFB51ED5-4319-4C55-8303-B1F2FCCDE231'};\n\nexport {RTC_METRICS as default};\n"],"mappings":";;;;;;;AAAA,IAAMA,WAAW,GAAAC,OAAA,CAAAC,OAAA,GAAG;EAACC,MAAM,EAAE;AAAsC,CAAC"}
|
package/dist/rtcMetrics/index.js
DELETED
|
@@ -1,177 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
|
|
4
|
-
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");
|
|
5
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
var _stringify = _interopRequireDefault(require("@babel/runtime-corejs2/core-js/json/stringify"));
|
|
10
|
-
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/classCallCheck"));
|
|
11
|
-
var _createClass2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/createClass"));
|
|
12
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/defineProperty"));
|
|
13
|
-
var _internalPluginMetrics = require("@webex/internal-plugin-metrics");
|
|
14
|
-
var _uuid = _interopRequireDefault(require("uuid"));
|
|
15
|
-
var _constants = _interopRequireDefault(require("./constants"));
|
|
16
|
-
/* eslint-disable class-methods-use-this */
|
|
17
|
-
|
|
18
|
-
var parseJsonPayload = function parseJsonPayload(payload) {
|
|
19
|
-
try {
|
|
20
|
-
if (payload && payload[0]) {
|
|
21
|
-
return JSON.parse(payload[0]);
|
|
22
|
-
}
|
|
23
|
-
return null;
|
|
24
|
-
} catch (_) {
|
|
25
|
-
return null;
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Rtc Metrics
|
|
31
|
-
*/
|
|
32
|
-
var RtcMetrics = exports.default = /*#__PURE__*/function () {
|
|
33
|
-
/**
|
|
34
|
-
* Initialize the interval.
|
|
35
|
-
*
|
|
36
|
-
* @param {object} webex - The main `webex` object.
|
|
37
|
-
* @param {string} meetingId - The meeting id.
|
|
38
|
-
* @param {string} correlationId - The correlation id.
|
|
39
|
-
*/
|
|
40
|
-
function RtcMetrics(webex, meetingId, correlationId) {
|
|
41
|
-
(0, _classCallCheck2.default)(this, RtcMetrics);
|
|
42
|
-
/**
|
|
43
|
-
* Array of MetricData items to be sent to the metrics service.
|
|
44
|
-
*/
|
|
45
|
-
(0, _defineProperty2.default)(this, "metricsQueue", []);
|
|
46
|
-
(0, _defineProperty2.default)(this, "intervalId", void 0);
|
|
47
|
-
(0, _defineProperty2.default)(this, "webex", void 0);
|
|
48
|
-
(0, _defineProperty2.default)(this, "meetingId", void 0);
|
|
49
|
-
(0, _defineProperty2.default)(this, "correlationId", void 0);
|
|
50
|
-
(0, _defineProperty2.default)(this, "connectionId", void 0);
|
|
51
|
-
// `window` is used to prevent typescript from returning a NodeJS.Timer.
|
|
52
|
-
this.intervalId = window.setInterval(this.sendMetricsInQueue.bind(this), 30 * 1000);
|
|
53
|
-
this.meetingId = meetingId;
|
|
54
|
-
this.webex = webex;
|
|
55
|
-
this.correlationId = correlationId;
|
|
56
|
-
this.setNewConnectionId();
|
|
57
|
-
// Send the first set of metrics at 5 seconds in the case of a user leaving the call shortly after joining.
|
|
58
|
-
setTimeout(this.sendMetricsInQueue.bind(this), 5 * 1000);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Check to see if the metrics queue has any items.
|
|
63
|
-
*
|
|
64
|
-
* @returns {void}
|
|
65
|
-
*/
|
|
66
|
-
(0, _createClass2.default)(RtcMetrics, [{
|
|
67
|
-
key: "sendMetricsInQueue",
|
|
68
|
-
value: function sendMetricsInQueue() {
|
|
69
|
-
if (this.metricsQueue.length) {
|
|
70
|
-
this.sendMetrics();
|
|
71
|
-
this.metricsQueue = [];
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Add metrics items to the metrics queue.
|
|
77
|
-
*
|
|
78
|
-
* @param {object} data - An object with a payload array of metrics items.
|
|
79
|
-
*
|
|
80
|
-
* @returns {void}
|
|
81
|
-
*/
|
|
82
|
-
}, {
|
|
83
|
-
key: "addMetrics",
|
|
84
|
-
value: function addMetrics(data) {
|
|
85
|
-
if (data.payload.length) {
|
|
86
|
-
if (data.name === 'stats-report') {
|
|
87
|
-
data.payload = data.payload.map(this.anonymizeIp);
|
|
88
|
-
}
|
|
89
|
-
this.metricsQueue.push(data);
|
|
90
|
-
try {
|
|
91
|
-
// If a connection fails, send the rest of the metrics in queue and get a new connection id.
|
|
92
|
-
var parsedPayload = parseJsonPayload(data.payload);
|
|
93
|
-
if (data.name === 'onconnectionstatechange' && parsedPayload && parsedPayload.value === 'failed') {
|
|
94
|
-
this.sendMetricsInQueue();
|
|
95
|
-
this.setNewConnectionId();
|
|
96
|
-
}
|
|
97
|
-
} catch (e) {
|
|
98
|
-
console.error(e);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Clear the metrics interval.
|
|
105
|
-
*
|
|
106
|
-
* @returns {void}
|
|
107
|
-
*/
|
|
108
|
-
}, {
|
|
109
|
-
key: "closeMetrics",
|
|
110
|
-
value: function closeMetrics() {
|
|
111
|
-
this.sendMetricsInQueue();
|
|
112
|
-
clearInterval(this.intervalId);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Anonymize IP addresses.
|
|
117
|
-
*
|
|
118
|
-
* @param {array} stats - An RTCStatsReport organized into an array of strings.
|
|
119
|
-
* @returns {string}
|
|
120
|
-
*/
|
|
121
|
-
}, {
|
|
122
|
-
key: "anonymizeIp",
|
|
123
|
-
value: function anonymizeIp(stats) {
|
|
124
|
-
var data = JSON.parse(stats);
|
|
125
|
-
// on local and remote candidates, anonymize the last 4 bits.
|
|
126
|
-
if (data.type === 'local-candidate' || data.type === 'remote-candidate') {
|
|
127
|
-
data.ip = _internalPluginMetrics.CallDiagnosticUtils.anonymizeIPAddress(data.ip) || undefined;
|
|
128
|
-
data.address = _internalPluginMetrics.CallDiagnosticUtils.anonymizeIPAddress(data.address) || undefined;
|
|
129
|
-
data.relatedAddress = _internalPluginMetrics.CallDiagnosticUtils.anonymizeIPAddress(data.relatedAddress) || undefined;
|
|
130
|
-
}
|
|
131
|
-
return (0, _stringify.default)(data);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Set a new connection id.
|
|
136
|
-
*
|
|
137
|
-
* @returns {void}
|
|
138
|
-
*/
|
|
139
|
-
}, {
|
|
140
|
-
key: "setNewConnectionId",
|
|
141
|
-
value: function setNewConnectionId() {
|
|
142
|
-
this.connectionId = _uuid.default.v4();
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* Send metrics to the metrics service.
|
|
147
|
-
*
|
|
148
|
-
* @returns {void}
|
|
149
|
-
*/
|
|
150
|
-
}, {
|
|
151
|
-
key: "sendMetrics",
|
|
152
|
-
value: function sendMetrics() {
|
|
153
|
-
this.webex.request({
|
|
154
|
-
method: 'POST',
|
|
155
|
-
service: 'unifiedTelemetry',
|
|
156
|
-
resource: 'metric/v2',
|
|
157
|
-
headers: {
|
|
158
|
-
type: 'webrtcMedia',
|
|
159
|
-
appId: _constants.default.APP_ID
|
|
160
|
-
},
|
|
161
|
-
body: {
|
|
162
|
-
metrics: [{
|
|
163
|
-
type: 'webrtc',
|
|
164
|
-
version: '1.1.0',
|
|
165
|
-
userId: this.webex.internal.device.userId,
|
|
166
|
-
meetingId: this.meetingId,
|
|
167
|
-
correlationId: this.correlationId,
|
|
168
|
-
connectionId: this.connectionId,
|
|
169
|
-
data: this.metricsQueue
|
|
170
|
-
}]
|
|
171
|
-
}
|
|
172
|
-
});
|
|
173
|
-
}
|
|
174
|
-
}]);
|
|
175
|
-
return RtcMetrics;
|
|
176
|
-
}();
|
|
177
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_internalPluginMetrics","require","_uuid","_interopRequireDefault","_constants","parseJsonPayload","payload","JSON","parse","_","RtcMetrics","exports","default","webex","meetingId","correlationId","_classCallCheck2","_defineProperty2","intervalId","window","setInterval","sendMetricsInQueue","bind","setNewConnectionId","setTimeout","_createClass2","key","value","metricsQueue","length","sendMetrics","addMetrics","data","name","map","anonymizeIp","push","parsedPayload","e","console","error","closeMetrics","clearInterval","stats","type","ip","CallDiagnosticUtils","anonymizeIPAddress","undefined","address","relatedAddress","_stringify","connectionId","uuid","v4","request","method","service","resource","headers","appId","RTC_METRICS","APP_ID","body","metrics","version","userId","internal","device"],"sources":["index.ts"],"sourcesContent":["/* eslint-disable class-methods-use-this */\nimport {CallDiagnosticUtils} from '@webex/internal-plugin-metrics';\nimport uuid from 'uuid';\nimport RTC_METRICS from './constants';\n\nconst parseJsonPayload = (payload: any[]): any | null => {\n try {\n if (payload && payload[0]) {\n return JSON.parse(payload[0]);\n }\n\n return null;\n } catch (_) {\n return null;\n }\n};\n\n/**\n * Rtc Metrics\n */\nexport default class RtcMetrics {\n /**\n * Array of MetricData items to be sent to the metrics service.\n */\n metricsQueue = [];\n\n intervalId: number;\n\n webex: any;\n\n meetingId: string;\n\n correlationId: string;\n\n connectionId: string;\n\n /**\n * Initialize the interval.\n *\n * @param {object} webex - The main `webex` object.\n * @param {string} meetingId - The meeting id.\n * @param {string} correlationId - The correlation id.\n */\n constructor(webex, meetingId, correlationId) {\n // `window` is used to prevent typescript from returning a NodeJS.Timer.\n this.intervalId = window.setInterval(this.sendMetricsInQueue.bind(this), 30 * 1000);\n this.meetingId = meetingId;\n this.webex = webex;\n this.correlationId = correlationId;\n this.setNewConnectionId();\n // Send the first set of metrics at 5 seconds in the case of a user leaving the call shortly after joining.\n setTimeout(this.sendMetricsInQueue.bind(this), 5 * 1000);\n }\n\n /**\n * Check to see if the metrics queue has any items.\n *\n * @returns {void}\n */\n public sendMetricsInQueue() {\n if (this.metricsQueue.length) {\n this.sendMetrics();\n this.metricsQueue = [];\n }\n }\n\n /**\n * Add metrics items to the metrics queue.\n *\n * @param {object} data - An object with a payload array of metrics items.\n *\n * @returns {void}\n */\n addMetrics(data) {\n if (data.payload.length) {\n if (data.name === 'stats-report') {\n data.payload = data.payload.map(this.anonymizeIp);\n }\n\n this.metricsQueue.push(data);\n\n try {\n // If a connection fails, send the rest of the metrics in queue and get a new connection id.\n const parsedPayload = parseJsonPayload(data.payload);\n if (\n data.name === 'onconnectionstatechange' &&\n parsedPayload &&\n parsedPayload.value === 'failed'\n ) {\n this.sendMetricsInQueue();\n this.setNewConnectionId();\n }\n } catch (e) {\n console.error(e);\n }\n }\n }\n\n /**\n * Clear the metrics interval.\n *\n * @returns {void}\n */\n closeMetrics() {\n this.sendMetricsInQueue();\n clearInterval(this.intervalId);\n }\n\n /**\n * Anonymize IP addresses.\n *\n * @param {array} stats - An RTCStatsReport organized into an array of strings.\n * @returns {string}\n */\n anonymizeIp(stats: string): string {\n const data = JSON.parse(stats);\n // on local and remote candidates, anonymize the last 4 bits.\n if (data.type === 'local-candidate' || data.type === 'remote-candidate') {\n data.ip = CallDiagnosticUtils.anonymizeIPAddress(data.ip) || undefined;\n data.address = CallDiagnosticUtils.anonymizeIPAddress(data.address) || undefined;\n data.relatedAddress =\n CallDiagnosticUtils.anonymizeIPAddress(data.relatedAddress) || undefined;\n }\n\n return JSON.stringify(data);\n }\n\n /**\n * Set a new connection id.\n *\n * @returns {void}\n */\n private setNewConnectionId() {\n this.connectionId = uuid.v4();\n }\n\n /**\n * Send metrics to the metrics service.\n *\n * @returns {void}\n */\n private sendMetrics() {\n this.webex.request({\n method: 'POST',\n service: 'unifiedTelemetry',\n resource: 'metric/v2',\n headers: {\n type: 'webrtcMedia',\n appId: RTC_METRICS.APP_ID,\n },\n body: {\n metrics: [\n {\n type: 'webrtc',\n version: '1.1.0',\n userId: this.webex.internal.device.userId,\n meetingId: this.meetingId,\n correlationId: this.correlationId,\n connectionId: this.connectionId,\n data: this.metricsQueue,\n },\n ],\n },\n });\n }\n}\n"],"mappings":"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"}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import EventsScope from '../common/events/events-scope';
|
|
2
|
-
/**
|
|
3
|
-
* Meeting - network quality event
|
|
4
|
-
* Emitted on each interval of retrieving stats Analyzer data
|
|
5
|
-
* @event network:quality
|
|
6
|
-
* @type {Object}
|
|
7
|
-
* @property {string} mediaType {video|audio}
|
|
8
|
-
* @property {number} networkQualityScore - value determined in determineUplinkNetworkQuality
|
|
9
|
-
* @memberof NetworkQualityMonitor
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* NetworkQualityMonitor class that will emit events based on detected quality
|
|
13
|
-
*
|
|
14
|
-
* @class NetworkQualityMonitor
|
|
15
|
-
* @extends {EventsScope}
|
|
16
|
-
*/
|
|
17
|
-
export default class NetworkQualityMonitor extends EventsScope {
|
|
18
|
-
config: any;
|
|
19
|
-
frequencyTypes: any;
|
|
20
|
-
indicatorTypes: any;
|
|
21
|
-
mediaType: any;
|
|
22
|
-
networkQualityScore: any;
|
|
23
|
-
networkQualityStatus: any;
|
|
24
|
-
/**
|
|
25
|
-
* Creates a new instance of NetworkQualityMonitor
|
|
26
|
-
* @constructor
|
|
27
|
-
* @public
|
|
28
|
-
* @param {Object} config
|
|
29
|
-
* @property {Object} indicatorTypes - network properties used to evaluate network quality used as constants
|
|
30
|
-
* @property {Object} frequencyTypes - frequency properties used as constants {uplink|send} {downlink|receive}
|
|
31
|
-
* @property {number} networkQualityScore - 0|1 1 is acceptable 0 is bad/unknown
|
|
32
|
-
* @property {Object} networkQualityStatus - hash object based on indicatorTypes and frequencyTypes
|
|
33
|
-
* @property {string} mediaType - audio|video
|
|
34
|
-
*/
|
|
35
|
-
constructor(config: any);
|
|
36
|
-
/**
|
|
37
|
-
* emits NETWORK_QUALITY event on meeting with payload of media type and uplinkNetworkQuality score
|
|
38
|
-
*
|
|
39
|
-
* @memberof NetworkQualityMonitor
|
|
40
|
-
* @returns {void}
|
|
41
|
-
*/
|
|
42
|
-
emitNetworkQuality(): void;
|
|
43
|
-
/**
|
|
44
|
-
* invokes emitNetworkQuality method resets values back to default
|
|
45
|
-
* @returns {void}
|
|
46
|
-
* @memberof NetworkQualityMonitor
|
|
47
|
-
*/
|
|
48
|
-
updateNetworkQualityStatus(): void;
|
|
49
|
-
/**
|
|
50
|
-
* filter data to determine uplink network quality, invoked on same interval as stats analyzer remote-inbout-rtp
|
|
51
|
-
* @param {Object} configObj
|
|
52
|
-
* @param {string} configObj.mediaType {audio|video}
|
|
53
|
-
* @param {RTCStats} configObj.remoteRtpResults RTC stats remote obj
|
|
54
|
-
* @param {Object} configObj.statsAnalyzerCurrentStats statsResults
|
|
55
|
-
* @returns {void}
|
|
56
|
-
* @public
|
|
57
|
-
* @memberof NetworkQualityMonitor
|
|
58
|
-
*/
|
|
59
|
-
determineUplinkNetworkQuality({ mediaType, remoteRtpResults, statsAnalyzerCurrentStats, }: {
|
|
60
|
-
mediaType: string;
|
|
61
|
-
remoteRtpResults: any;
|
|
62
|
-
statsAnalyzerCurrentStats: object;
|
|
63
|
-
}): void;
|
|
64
|
-
/**
|
|
65
|
-
* Get the current status of network quaility object - networkQualityStatus
|
|
66
|
-
* @returns {Object}
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
get networkQualityStats(): any;
|
|
70
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Rtc Metrics
|
|
3
|
-
*/
|
|
4
|
-
export default class RtcMetrics {
|
|
5
|
-
/**
|
|
6
|
-
* Array of MetricData items to be sent to the metrics service.
|
|
7
|
-
*/
|
|
8
|
-
metricsQueue: any[];
|
|
9
|
-
intervalId: number;
|
|
10
|
-
webex: any;
|
|
11
|
-
meetingId: string;
|
|
12
|
-
correlationId: string;
|
|
13
|
-
connectionId: string;
|
|
14
|
-
/**
|
|
15
|
-
* Initialize the interval.
|
|
16
|
-
*
|
|
17
|
-
* @param {object} webex - The main `webex` object.
|
|
18
|
-
* @param {string} meetingId - The meeting id.
|
|
19
|
-
* @param {string} correlationId - The correlation id.
|
|
20
|
-
*/
|
|
21
|
-
constructor(webex: any, meetingId: any, correlationId: any);
|
|
22
|
-
/**
|
|
23
|
-
* Check to see if the metrics queue has any items.
|
|
24
|
-
*
|
|
25
|
-
* @returns {void}
|
|
26
|
-
*/
|
|
27
|
-
sendMetricsInQueue(): void;
|
|
28
|
-
/**
|
|
29
|
-
* Add metrics items to the metrics queue.
|
|
30
|
-
*
|
|
31
|
-
* @param {object} data - An object with a payload array of metrics items.
|
|
32
|
-
*
|
|
33
|
-
* @returns {void}
|
|
34
|
-
*/
|
|
35
|
-
addMetrics(data: any): void;
|
|
36
|
-
/**
|
|
37
|
-
* Clear the metrics interval.
|
|
38
|
-
*
|
|
39
|
-
* @returns {void}
|
|
40
|
-
*/
|
|
41
|
-
closeMetrics(): void;
|
|
42
|
-
/**
|
|
43
|
-
* Anonymize IP addresses.
|
|
44
|
-
*
|
|
45
|
-
* @param {array} stats - An RTCStatsReport organized into an array of strings.
|
|
46
|
-
* @returns {string}
|
|
47
|
-
*/
|
|
48
|
-
anonymizeIp(stats: string): string;
|
|
49
|
-
/**
|
|
50
|
-
* Set a new connection id.
|
|
51
|
-
*
|
|
52
|
-
* @returns {void}
|
|
53
|
-
*/
|
|
54
|
-
private setNewConnectionId;
|
|
55
|
-
/**
|
|
56
|
-
* Send metrics to the metrics service.
|
|
57
|
-
*
|
|
58
|
-
* @returns {void}
|
|
59
|
-
*/
|
|
60
|
-
private sendMetrics;
|
|
61
|
-
}
|