


.png)

// Initialize the Recall AI SDK
RecallAiSdk.init({
api_url: API_URL
});
// When a meeting is detected, get an upload token and start recording
RecallAiSdk.addEventListener ("meeting-detected", async (evt) -> {
const { window: { id } } = evt;
const { upload_token } = await createDesktopSdkUpload();
RecallAiSdk.startRecording({
windowId: id,
uploadToken: upload_token
});
});The Recall.ai Meeting Bot API works for all Google Workspace tiers, including free plans.
No, the bot can join as a participant with just the meeting link.
Yes. The Recall.ai Google Meet Bot API delivers real-time transcripts via webhook.
Yes, Recall.ai is SOC 2, ISO 27001:2022, GDPR, CCPA, and HIPAA compliant.
We can store or pass through data, depending on your needs and compliance requirements.
You can run unlimited concurrent Google Meet bots.
Yes. You can get recordings, transcripts in addition to metadata, speaker names, and participant emails.
Yes. Using our calendar integration or your own you can schedule bots to join calls so that a bot joins when the meeting starts.
No. You do not need to be in the call for your bot to join. You can use our calendar integration or your own to schedule your bot to join. Even if you don’t join the call, the bot will still join and record the meeting. This allows you to access the call and all of its data later.
You can use Recall.ai Transcription or you can bring your own API keys for any of our transcription providers.