Skip to content

Conversation

@codegen-sh
Copy link
Contributor

@codegen-sh codegen-sh bot commented Mar 27, 2025

Description

This PR adds proof-of-concept examples for implementing a Codegen bot that can join Google Meet and Zoom meetings, as outlined in CG-15047.

Implementation Options

The examples demonstrate two approaches:

  1. Recall.ai Integration: A Python implementation using the Recall.ai API to create a platform-agnostic meeting bot that works with Google Meet, Zoom, MS Teams, etc.

  2. Zoom SDK Integration: A JavaScript implementation using the Zoom Meeting SDK to create a bot specifically for Zoom meetings.

Features

  • Join video meetings programmatically
  • Record and transcribe meetings
  • Process meeting transcripts to identify questions about Codegen
  • Generate meeting summaries and action items

Next Steps

These examples are proof-of-concept implementations and not production-ready. For a production implementation, we would need to:

  1. Choose between Recall.ai, MeetingBaas, or a custom implementation
  2. Implement proper error handling and security
  3. Create a user interface for managing bot settings
  4. Set up secure storage for meeting recordings and transcripts
  5. Integrate with Codegen's API for answering questions

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants