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 meetingslistTeams- List teamslistTeamMembers- List team memberscreateWebhook- Create a webhookdeleteWebhook- Delete a webhook

