@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.27.7 to 1.27.8
@@ -198,3 +198,3 @@ "use strict"; | ||
socket.connect(id, wsConnectionData.url + "?apiKey=" + wsConnectionData.apiKey, function (data) { | ||
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Connection established. ConnectionId: " + data.clientId])); | ||
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Connection established. watchRTCConnectionId: " + data.clientId])); | ||
trace("watchrtc", id, __assign(__assign(__assign({}, watchrtcConfig), data), { sdkVersion: version_1.default })); | ||
@@ -210,3 +210,3 @@ if (!isEdge) { | ||
socket.close(); | ||
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Last connection closed. ConnectionId: " + data.clientId])); | ||
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Last connection closed. watchRTCConnectionId: " + data.clientId])); | ||
} | ||
@@ -514,5 +514,5 @@ }, 1000); | ||
else { | ||
console.info.apply(console, __spreadArrays(utils_1.logPrefix("info"), ["Please set user rating before websocket connection is closed."])); | ||
console.info.apply(console, __spreadArrays(utils_1.logPrefix("error"), ["Please set user rating before websocket connection is closed."])); | ||
} | ||
} | ||
}; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.27.7"; | ||
declare const _default: "1.27.8"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.27.7"; | ||
exports.default = "1.27.8"; |
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.27.7", | ||
"version": "1.27.8", | ||
"description": "gather WebRTC API traces and statistics", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
32713