Socket
Socket
Sign inDemoInstall

@api.video/media-stream-composer

Package Overview
Dependencies
4
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

2

CHANGELOG.md
# Changelog
All changes to this project will be documented in this file.
## [0.1.8] - 2022-10-11
- Allow user to customize video name

@@ -4,0 +6,0 @@ ## [0.1.7] - 2022-09-29

8

package.json
{
"name": "@api.video/media-stream-composer",
"version": "0.1.7",
"version": "0.1.8",
"description": "api.video media stream composer",

@@ -22,2 +22,3 @@ "repository": {

"build": "webpack --mode production",
"prepublishOnly": "npm run build",
"test": "npm run build && mocha -r ts-node/register -r jsdom-global/register 'test/**/*.ts'"

@@ -43,6 +44,9 @@ },

"dependencies": {
"@api.video/media-recorder": "^1.0.6",
"@api.video/media-recorder": "^1.0.7",
"core-js": "^3.23.4",
"video-stream-merger": "^4.0.1"
},
"engines" : {
"node" : ">=15.0.0"
}
}

@@ -379,6 +379,7 @@ [![badge](https://img.shields.io/twitter/follow/api_video?style=social)](https://twitter.com/intent/follow?screen_name=api_video)   [![badge](https://img.shields.io/github/stars/apivideo/api.video-typescript-media-stream-composer?style=social)](https://github.com/apivideo/api.video-typescript-media-stream-composer)   [![badge](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.api.video)](https://community.api.video)

| Option name | Mandatory | Type | Description |
| ----------: | --------- | ------ | ----------------------------------------------------- |
| apiHost | no | string | api.video host (default: ws.api.video) |
| retries | no | number | number of retries when an API call fails (default: 5) |
| Option name | Mandatory | Type | Description |
| ----------: | --------- | ------ | ------------------------------------------------------------------- |
| videoName | no | string | the name of your recorded video (overrides the default "file" name) |
| apiHost | no | string | api.video host (default: ws.api.video) |
| retries | no | number | number of retries when an API call fails (default: 5) |

@@ -385,0 +386,0 @@

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc