-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Meetstream AI #16452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I filled out their waitlist form, and requested an account with API enabled. |
The followed up and mentioned they'd help with API access. |
A base integration for Meetstream AI has been released, feel free to check it out. |
Technically a user request where app developers provided access and are the requesting user too. |
Actions - Create Bot - Get Bot Status - Get Audio - Get Transcription - Remove Bot
Hi everyone, all test cases are passed! Ready for release! Test report |
* meetstream_ai init * Meetstream AI #16452 Actions - Create Bot - Get Bot Status - Get Audio - Get Transcription - Remove Bot * pnpm update * some adjusts
meetstream_ai
URLs
Actions
create-bot
Prompt
Creates a new bot instance to join a meeting. Require meeting_link prop. Optional props are 'bot_name', 'audio_required', 'video_required', 'live_audio_required' and 'live_transcription_required'
URLs
get-bot-status
Prompt
Retrieves the current status of a specific bot. Requires bot_id prop.
URLs
get-audio
Prompt
Retrieves the recorded audio file for a specific bot, if available. Requires bot_id prop.
URLs
get-transcription
Prompt
Retrieves the transcript file for a specific bot, if available. Requires bot_id prop.
URLs
remove-bot
Prompt
Removes a bot from its meeting and deletes its associated data. Requires bot_id prop.
URLs
The text was updated successfully, but these errors were encountered: