@volorio/sdk
v0.2.1
Published
Volorio RTC, chat, usage, billing, and media services SDK for Node.js and browsers.
Maintainers
Readme
@volorio/sdk
Volorio RTC, chat, usage, billing, and media services SDK for Node.js and browsers.
Install
npm install @volorio/[email protected]Runtime and security
- Runtime: Split server and client entry points
- Source version:
0.2.1 - Registry status: published as 0.2.1
- API base URL for server calls:
https://api.volor.io - License: proprietary commercial SDK; see the included
LICENSEand Volorio Terms. - Never expose a Volorio API key in browser, React Native, or Flutter code. Create short-lived sessions in your backend.
- Capability note: Requested products must be granted to the API key and accepted by the session endpoint.
Public API
VolorioServerClientVolorioRoomClientcreateVolorioSessionProductsvolorioPricingCatalog
import { VolorioRoomClient } from "@volorio/sdk";Quick start
Backend:
import { VolorioServerClient } from "@volorio/sdk/node";Browser:
import { VolorioRoomClient } from "@volorio/sdk/browser";
const room = new VolorioRoomClient();
await room.join(sessionFromYourBackend);Dependencies
@volorio/core^0.2.0@volorio/rtc^0.2.0@volorio/server^0.2.0
