Meeting
Record a meeting
post/collection/{collection_id}/meeting/record
Path parameters
collection_idstring required
Example:default
Request body
Example request
{
"meeting_url": "https://meet.google.com/abc-def-ghi",
"bot_name": "VideoDB Assistant",
"meeting_title": "Weekly standup",
"time_zone": "UTC",
"bot_image_url": "https://example.com/bot-avatar.png",
"callback_url": "https://webhook.example.com/callback"
}Response
Meeting recording started
Example response
{
"success": true,
"data": {
"bot_id": "bot-12345"
}
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲