1.3.0 • Published 6 months ago

recall_sdk v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

Recall AI Node.js SDK

A Node.js SDK for integrating with the Recall AI API - a video conferencing integration platform that enables automated meeting participation, recording, and transcription.

Installation

npm install recall_sdk

Getting Started

To use the SDK, you'll need an API key from Recall AI and specify your region.

import { Recall } from 'recall_sdk';
const recall = new Recall({
apiKey: 'api-key',
region: 'us-east-2' 
});

TypeScript Support

This SDK is written in TypeScript and includes type definitions out of the box.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

1.3.0

6 months ago

1.2.5

6 months ago

1.2.4

6 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago