Loading...
Loading...
Lark Video Conference: Query meeting records and meeting artifacts (minutes/verbatim transcripts/Minutes), search/upload/download/edit Minutes, and enable robots to participate in meetings; Query ongoing meetings, conduct Q&A on real-time meeting content (speeches/chat/shared documents) during the meeting, and send in-meeting chat messages/emojis; Query relevant information based on meeting_id, meeting_no, event_id, note_id, minute_token, vc-node-id or Minutes URL. Meeting scheduling, busy/free status and conference room management are handled via lark-calendar.
npx skill4agent add larksuite/cli lark-meetinglark-sharedauth status --verifysource_identity--as--as bot--as usersource_identity[Meeting Sources]
Calendar Schedule (event_id) ──Scheduled or Associated──┐
Instant Meeting (no event_id)────────────────┴──► Meeting (meeting_id)
Calendar Schedule ──meeting_note────────────► Doc (user-created minutes, independent of AI intelligent minutes)
[Meeting Artifacts]
Meeting (meeting_id)
├── AI Summary ──► Note (intelligent minutes) (note_id)
│ ├── Intelligent Minutes Document ───────────► Doc (note_doc_token)
│ ├── Verbatim Transcript
│ │ ├── normal ──────────► Doc (verbatim_doc_token)
│ │ └── unified ──────────► note +transcript (non-independent Doc)
│ └── Shared Document ──────────────► Doc (shared_doc_tokens)
│
└── Recording ──► Minutes (minute_token)
├── AI Products: Summary / Todo / Chapter / Keyword
├── Transcript (text record)
└── Original Audio & Video
Local Audio & Video ─────────────────────────────► Minutes (minute_token)| Object | Primary Identifier | Concept and Relationship |
|---|---|---|
| Calendar Schedule | | A schedule on the calendar, including time, participants, conference rooms and RSVP, which can be scheduled or associated with VC meetings; it is not a complete meeting record. The |
| Meeting | | An actual video conference that can come from Calendar or be an instant meeting without a schedule. Meeting topic, time, participant snapshot and in-meeting events belong to meeting data; Note and Minutes are possible post-meeting artifacts associated with it. |
| Note (Intelligent Minutes) | | A collection of logical artifacts formed after enabling AI summary. |
| Minutes | | Generated by meeting recording or local audio & video upload, including summary, to-do items, chapters, keywords, text records and original audio & video; it can be associated with VC meetings or exist independently. |
| Doc | Doc token | Content carrier, not a meeting identifier. |
meeting_idmeeting_no--meeting-numberminute_token/minutes/<minute_token>minute_tokennote_idmeeting_idevent_idmeeting_notenote_idminute_token# Meetings the current user is in
lark-cli vc +meeting-list-active --as user
# Target user's meetings visible to the application robot
lark-cli vc +meeting-list-active --as bot --user-id <open_id>
# Use the source identity after confirming the unique meeting_id
lark-cli vc +meeting-events --as <source_identity> --meeting-id <meeting_id> --page-all --format prettyuserbotmeeting_idmeeting_noevent_idminute_tokennote_id| Command | Purpose | Reference Method |
|---|---|---|
| Search historical meetings | lark-vc-search |
| Query meeting information and associated Note, Minutes identifiers | lark-vc-detail |
| Query basic meeting information and participant snapshot | |
| Locate recordings and Minutes from meetings | lark-vc-recording |
| Discover currently visible ongoing meetings | lark-vc-meeting-list-active |
| Read in-meeting events and shared content | lark-vc-meeting-events |
| Send in-meeting text messages or emojis | lark-vc-meeting-message-send |
| Let application robot join the meeting | lark-vc-agent-meeting-join |
| Let application robot leave the meeting | lark-vc-agent-meeting-leave |
| Search Minutes | lark-minutes-search |
| Query basic Minutes information | |
| Read Minutes information and specified artifacts | lark-minutes-detail |
| Download original audio & video of Minutes | lark-minutes-download |
| Generate Minutes from cloud storage audio & video | lark-minutes-upload |
| Modify Minutes title | lark-minutes-update |
| Replace speakers in Minutes verbatim transcript | lark-minutes-speaker-replace |
| Replace Minutes AI summary | lark-minutes-summary |
| Add/delete/modify Minutes AI to-do items | lark-minutes-todo |
| Apply for Minutes view or edit permission | lark-minutes-apply-permission |
| View Minutes collaborators and their permissions | lark-drive-member-list |
| Assign Minutes view or edit permission to specified members | lark-drive-member-add |
| Batch replace keywords in Minutes verbatim transcript | |
| Query intelligent minutes and associated document identifiers | lark-note-detail |
| Obtain unified intelligent minutes verbatim transcript | lark-note-transcript |
--helplark-cli ... --help--help