build-zoom-bot

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

/build-zoom-bot

/build-zoom-bot

Use this skill for automation that joins meetings, captures media, or reacts to live session data.
本技能用于实现加入会议、捕获媒体内容或响应实时会话数据的自动化流程。

Covers

涵盖内容

  • Bot architecture
  • Meeting join strategy
  • Real-time media and transcript handling
  • Backend orchestration
  • Storage, post-processing, and event flow design
  • 机器人架构
  • 会议加入策略
  • 实时媒体与转录文本处理
  • 后端编排
  • 存储、后处理与事件流设计

Workflow

工作流程

  1. Clarify whether the bot needs to join, observe, transcribe, summarize, or act.
  2. Route to Meeting SDK and RTMS as the core implementation path.
  3. Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.
  4. Call out environment and lifecycle constraints early.
  1. 明确机器人需要执行的操作:加入会议、观察、转录、总结或执行动作。
  2. 将Meeting SDK和RTMS作为核心实现路径。
  3. 按需添加用于会议/资源管理的REST API,以及用于处理异步事件的Webhooks。
  4. 提前明确环境与生命周期限制。

Primary References

主要参考

  • meeting-sdk
  • rtms
  • scribe
  • rest-api
  • webhooks
  • meeting-sdk
  • rtms
  • scribe
  • rest-api
  • webhooks

Common Mistakes

常见错误

  • Treating batch transcription and live media as the same workflow
  • Designing the bot before defining join authority and auth model
  • Forgetting post-meeting storage and retry behavior
  • 将批量转录和实时媒体视为同一工作流
  • 在定义加入权限和认证模型之前就设计机器人
  • 遗漏会议结束后的存储和重试逻辑