1.0.13 • Published 10 months ago

between-api v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Between API

The Between API is a powerful client side library designed to help you create high-quality, scalable applications for hybrid meetings, events, and more. It supports a wide range of features including echo suppression, playback synchronization, auto mic switching, and more.

Installation

yarn add between-api

or

npm install between-api

Basic Usage

React

import { Conference } from 'between-api'

let apiKey = ""; // Replace this with your API key
let customCallId = ""; // Replace this with your custom call ID
let customUserData = {}; // Replace this with your custom user data

let conf = new Conference(apiKey, customCallId, customUserData)

conf.startCall()

Documentation

A detailed API reference and documentation can be found at https://between.co/docs

1.0.14-beta.1

10 months ago

1.0.13-beta.4

11 months ago

1.0.13-beta.2

11 months ago

1.0.13-beta.3

11 months ago

1.0.13-beta.1

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.11-beta.2

11 months ago

1.0.1-1.beta-2

11 months ago

1.0.10

11 months ago

1.0.10-beta.8

11 months ago

1.0.10-beta.7

11 months ago

1.0.10-beta.6

11 months ago

1.0.10-beta.5

11 months ago

1.0.10-beta.4

11 months ago

1.0.10-beta.3

11 months ago

1.0.10-beta.2

11 months ago

1.0.10-beta.1

11 months ago

1.0.10-beta.0

11 months ago

1.0.9

11 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago