Skip to content

Commit 8e91645

Browse files
authored
pencil edit
1 parent a96c931 commit 8e91645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/realtime-audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To authenticate:
8585

8686
## Realtime API architecture
8787

88-
Once the WebSocket connection session to `/realtime` is established and authenticated, the functional interaction takes place via events for sending and receiving WebSocket messages. These events each take the form of a JSON object. events can be sent and received in parallel and applications should generally handle them both concurrently and asynchronously.
88+
Once the WebSocket connection session to `/realtime` is established and authenticated, the functional interaction takes place via events for sending and receiving WebSocket messages. These events each take the form of a JSON object. Events can be sent and received in parallel and applications should generally handle them both concurrently and asynchronously.
8989

9090
- A caller establishes a connection to `/realtime`, which starts a new `session`.
9191
- A `session` automatically creates a default `conversation`. Multiple concurrent conversations aren't supported.

0 commit comments

Comments
 (0)