@@ -28,17 +28,17 @@ If closed captions are enabled for a given call, you'll receive the captions in
28
28
29
29
```
30
30
{
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
+ }
42
42
}
43
43
```
44
44
0 commit comments