1.0.13 • Published 2 years ago
between-api v1.0.13
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
2 years ago
1.0.13-beta.4
2 years ago
1.0.13-beta.2
2 years ago
1.0.13-beta.3
2 years ago
1.0.13-beta.1
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.11
2 years ago
1.0.11-beta.2
2 years ago
1.0.1-1.beta-2
2 years ago
1.0.10
2 years ago
1.0.10-beta.8
2 years ago
1.0.10-beta.7
2 years ago
1.0.10-beta.6
2 years ago
1.0.10-beta.5
2 years ago
1.0.10-beta.4
2 years ago
1.0.10-beta.3
2 years ago
1.0.10-beta.2
2 years ago
1.0.10-beta.1
2 years ago
1.0.10-beta.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago