1.3.0 • Published 10 months ago

recall_sdk v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 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

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago