Socket
Socket
Sign inDemoInstall

@jellyfish-dev/membrane-webrtc-js

Package Overview
Dependencies
5
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jellyfish-dev/membrane-webrtc-js

JS/TS client library for Membrane RTC Engine.


Version published
Weekly downloads
125
decreased by-10.07%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

membrane-webrtc-js

NPM version

Official JS/TS client library for Membrane RTC Engine

Installation

Using npm:

npm install @jellyfish-dev/membrane-webrtc-js

or

yarn add @jellyfish-dev/membrane-webrtc-js

Using GitHub:

npm install jellyfish-dev/membrane-webrtc-js#<branch>

e2e tests

We use Playwright to run e2e tests.

Use the npm run e2e command to run them. You may need to install the browsers using this command: npx playwright install --with-deps.

The e2e tests start a Jellyfish instance via Docker and Testcontainers.

Colima

If you are using colima, you need to run these commands first:

export DOCKER_HOST=unix://${HOME}/.colima/default/docker.sock
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock

See the Testcontainers' documentation to learn about known issues.

Documentation

Documentation is available here

Supported Membrane RTC Engine versions

Below table presents mappings between JS SDK and RTC Engine versions that can be used together.

JS SDKRTC Engine
0.1-0.20.2-0.7
0.3.00.7-0.8
0.4.00.9-0.13
0.5.00.14+

Copyright 2022, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

Keywords

FAQs

Last updated on 12 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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