0.7.1 • Published 2 months ago

@jellyfish-dev/membrane-webrtc-js v0.7.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

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 and License

Copyright 2022, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

0.7.1

2 months ago

0.7.0

3 months ago

0.6.3

3 months ago

0.6.2

4 months ago

0.6.1

4 months ago

0.6.0

4 months ago

0.5.3

6 months ago

0.5.1

8 months ago

0.5.0

11 months ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago