0.0.4 • Published 4 years ago

thedatastream v0.0.4

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

THIS LIBRARY IS ACTIVELY BEING DEVELOPED - PLEASE DON"T USE IT

thedatastream.js

This library facilitates peer to peer connections / signaling, data exchange, and streaming using The Data Stream platform.

API Keys

  1. Sign up at thedata.stream to login to your dashboard.
  2. Create a Project.
  3. Create a set of API keys for that project.
  4. Securely store your API keys.

Usage Overview

  1. The client application gains access to the room via thedatastream HTTP API and validated api keys (server-side).
  2. The application client then initializes the room and connects to all the current and awaits connection requests from future remote participants.
  3. The instance of the room emits events and maintains state of things like: the current remote participants in the room, the streams they've shared with the room, and information about the participants in the room.