0.10.3 • Published 10 months ago

@gcorevideo/rtckit-node v0.10.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months 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.10.0

10 months ago

0.10.1

10 months ago

0.10.2

10 months ago

0.10.3

10 months ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago