Skip to main content

How to Install

This package is published with CommonJS and ES Modules (ESM) support.

Requirements

For supported JavaScript runtimes, please consult the RUNTIMES.md file in the SDK repository.

Module Systems

The SDK supports both CommonJS and ES Modules:

Quick Start

After installation, you can quickly test your setup:

Standalone Functions

All SDK methods are available as standalone functions, ideal for applications where bundle size is a concern:

Available Standalone Functions

  • listMeetings - List meetings
  • listTeams - List teams
  • listTeamMembers - List team members
  • createWebhook - Create a webhook
  • deleteWebhook - Delete a webhook

Tree Shaking

When using a bundler, unused functionality will be excluded from the final bundle:

Version Management

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version: