What problem does it solve? It lets an application bot participate in live Feishu (Lark) video meetings: joining by 9-digit meeting number, reading real-time in-meeting events (joins, leaves, chat, transcripts, screen shares), sending in-meeting text or reaction emoji, and leaving on request. ## Core Features & Use Cases - Bot meeting join/leave: Join an in-progress meeting with a 9-digit meeting number (optionally with password), and leave by long numeric meeting_id when the user explicitly asks. - Live event stream: Discover active meetings via user or bot identity, then pull the in-meeting event timeline with automatic pagination and page_token-based incremental polling. - In-meeting messaging: Send text messages or reaction emoji (including VC feedback keys like VC_NoSound and VC_LooksGood) into an ongoing meeting. - Use Case: A user says "let the bot sit in on meeting 123456789 and tell me who is speaking" — the skill joins the meeting, records the returned meeting.id, and polls the event stream to report live activity. ## Quick Start Ask the assistant to have the app bot join meeting 123456789 and report what is happening in the meeting right now.