0.14.2 • Published 1 year ago

@gcorevideo/rtckit-node v0.14.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Gcore server-side WebRTC SDK

Usage

1. Install

npm i @gcorevideo/rtckit-node

2. Get your API Key

https://api.gcore.com/docs/iam#section/Authentication

3. Use it

const rtckit = require("@gcorevideo/rtckit-node");

const apiKey = new rtckit.ApiKey("4887$deadbeef...");
const api = new rtckit.GcoreApi(apiKey);
const stream = await api.webrtc.createStream("My WebRTC broadcast");
console.log(stream);
...
await api.webrtc.deleteStream(stream.id);
0.11.0

1 year ago

0.12.0

1 year ago

0.13.0

1 year ago

0.12.1

1 year ago

0.14.1

1 year ago

0.14.2

1 year ago

0.10.0

2 years ago

0.10.1

2 years ago

0.10.2

2 years ago

0.10.3

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago