Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ _openapi:
}
],
\"speakers\": [
\"Jane Smith\",
\"John Doe\"
\"John Doe\",
\"Jane Smith\"
],
\"mp4\": \"https://storage.example.com/recordings/video123.mp4?token=abc\",
\"audio\": \"https://storage.example.com/recordings/audio123.wav?token=abc\",
Expand Down Expand Up @@ -236,8 +236,8 @@ Sent when a bot successfully completes recording a meeting.
}
],
\"speakers\": [
\"Jane Smith\",
\"John Doe\"
\"John Doe\",
\"Jane Smith\"
],
\"mp4\": \"https://storage.example.com/recordings/video123.mp4?token=abc\",
\"audio\": \"https://storage.example.com/recordings/audio123.wav?token=abc\",
Expand Down
8 changes: 4 additions & 4 deletions content/docs/api/reference/webhooks/webhook_documentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ _openapi:
}
],
\"speakers\": [
\"John Doe\",
\"Jane Smith\"
\"Jane Smith\",
\"John Doe\"
],
\"mp4\": \"https://storage.example.com/recordings/video123.mp4?token=abc\",
\"audio\": \"https://storage.example.com/recordings/audio123.wav?token=abc\",
Expand Down Expand Up @@ -291,8 +291,8 @@ Sent when a bot successfully completes recording a meeting. Contains full transc
}
],
\"speakers\": [
\"John Doe\",
\"Jane Smith\"
\"Jane Smith\",
\"John Doe\"
],
\"mp4\": \"https://storage.example.com/recordings/video123.mp4?token=abc\",
\"audio\": \"https://storage.example.com/recordings/audio123.wav?token=abc\",
Expand Down
Loading