0.0.10 • Published 2 years ago

@meetings.dev/rooms v0.0.10

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

Overview

Rooms by meetings.dev is a real-time peer-to-peer communication platform. Rooms APIs enable secure peer-to-peer mesh networks. It handles secure peer signaling, participant presence, and attaching / detaching of MediaStreams.

Getting Started

API Keys

  1. Sign up at https://meetings.dev to login to your dashboard.
  2. Create a Project.
  3. Create a set of keys for that project.
  4. Copy and store your API keys.

Usage Overview

  1. The client application gains access to the room via meetings.dev HTTP API's Room Participant Create method 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.

Example

HTTP API

JS Library

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago