New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@testrtc/watchrtc-sdk

Package Overview
Dependencies
Maintainers
4
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testrtc/watchrtc-sdk - npm Package Compare versions

Comparing version 1.38.2-beta.1 to 1.38.2

2

lib/version.d.ts

@@ -1,2 +0,2 @@

declare const _default: "1.38.2-beta.1";
declare const _default: "1.38.2";
export default _default;
{
"name": "@testrtc/watchrtc-sdk",
"version": "1.38.2-beta.1",
"version": "1.38.2",
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -210,13 +210,2 @@ # watchRTC JS SDK

### Mapping streams (deprecated in favor of Mapping tracks)
By default, watchRTC will assign the SSRC information as the name for incoming channels. You can change these to human-readable format indicating the source of the channels by mapping their streams. This is done by calling `watchRTC.mapStream(streamIdentifier)`. Read more about [mapping streams in watchRTC](https://testrtc.com/docs/mapping-streams-in-watchrtc/).
- **id** - the StreamIdentifier to map from in the PeerConnection object
- **name** - the human-readable name to assign and display for it
```javascript
watchRTC.mapStream("lyk0zS1eyvZfJRLis3OIwBx3UvH3:oxrhEtb3sV7VutbQ:video", "User A");
```
### Mapping tracks

@@ -311,4 +300,8 @@

### 1.38.2-beta.1 (Dec 19, 2023)
### 1.38.2 (Dec 27, 2023)
- official release with working qualityRTC-SDK
### 1.38.2.beta-1 (Dec 19, 2023)
- fix cors issue for qualityRTC SDK API requests.

@@ -315,0 +308,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc