0.14.2 • Published 10 months ago
@gcorevideo/rtckit-node v0.14.2
Gcore server-side WebRTC SDK
Usage
1. Install
npm i @gcorevideo/rtckit-node2. 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
11 months ago
0.12.0
11 months ago
0.13.0
11 months ago
0.12.1
11 months ago
0.14.1
11 months ago
0.14.2
10 months ago
0.10.0
1 year ago
0.10.1
1 year ago
0.10.2
1 year ago
0.10.3
1 year 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