@testrtc/watchrtc-sdk
Advanced tools
Comparing version 1.26.9 to 1.27.1
{ | ||
"name": "@testrtc/watchrtc-sdk", | ||
"version": "1.26.9", | ||
"version": "1.27.1", | ||
"description": "gather WebRTC API traces and statistics", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,3 +16,4 @@ watchRTC offers users the ability to collect, track and analyze the metrics of real users on any WebRTC application. | ||
```javascript | ||
require("@testrtc/watchrtc-sdk")(); | ||
const watchRTC = require("@testrtc/watchrtc-sdk"); | ||
watchRTC.init(); | ||
``` | ||
@@ -19,0 +20,0 @@ |
28309
48