Skip to content

Commit 05d36a9

Browse files
committed
fix JSON format
1 parent 7f2535a commit 05d36a9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/client/docusaurus/docs/javascript/02-guides/16-closed-captions.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ If closed captions are enabled for a given call, you'll receive the captions in
2828

2929
```
3030
{
31-
"type": "call.closed_caption",
32-
"created_at": "2024-09-25T12:22:25.067005915Z",
33-
"call_cid": "default:test",
34-
"closed_caption": {
35-
"text": "Thank you, guys, for listening.",
36-
// When did the speaker start speaking
37-
"start_time": "2024-09-25T12:22:21.310735726Z",
38-
// When did the speaker finish saying the caption
39-
"end_time": "2024-09-25T12:22:24.310735726Z",
40-
"speaker_id": "zitaszuperagetstreamio"
41-
}
31+
"type": "call.closed_caption",
32+
"created_at": "2024-09-25T12:22:25.067005915Z",
33+
"call_cid": "default:test",
34+
"closed_caption": {
35+
"text": "Thank you, guys, for listening.",
36+
// When did the speaker start speaking
37+
"start_time": "2024-09-25T12:22:21.310735726Z",
38+
// When did the speaker finish saying the caption
39+
"end_time": "2024-09-25T12:22:24.310735726Z",
40+
"speaker_id": "zitaszuperagetstreamio"
41+
}
4242
}
4343
```
4444

0 commit comments

Comments
 (0)