Skip to content
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

feat: Updating webhooks for meeting.summary and meeting.transcript #359

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions static/api/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3085,6 +3085,8 @@ components:
- meeting.chatSynced
- recording.statusUpdate
- livestreaming.statusUpdate
- meeting.transcript
- meeting.summary
description: Events this webhook will send updates for
items:
type: string
Expand All @@ -3096,6 +3098,8 @@ components:
- meeting.chatSynced
- recording.statusUpdate
- livestreaming.statusUpdate
- meeting.transcript
- meeting.summary
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -3190,6 +3194,8 @@ components:
- meeting.chatSynced
- recording.statusUpdate
- livestreaming.statusUpdate
- meeting.transcript
- meeting.summary
description: Events that this webhook will get triggered by
items:
type: string
Expand All @@ -3201,6 +3207,8 @@ components:
- meeting.chatSynced
- recording.statusUpdate
- livestreaming.statusUpdate
- meeting.transcript
- meeting.summary
enabled:
type: boolean
x-stoplight:
Expand Down Expand Up @@ -3235,6 +3243,8 @@ components:
- recording.statusUpdate
- livestreaming.statusUpdate
- meeting.chatSynced
- meeting.transcript
- meeting.summary
enabled:
type: boolean
x-stoplight:
Expand Down
Loading