between-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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

/between-api/

    Package Sidebar

    Install

    npm i between-api

    Weekly Downloads

    1

    Version

    1.0.13

    License

    ISC

    Unpacked Size

    541 kB

    Total Files

    5

    Last publish

    Collaborators

    • omar_e