Skip to content

Commit 020fa4d

Browse files
Fix documentation example in JS SDK
1 parent 6dbf211 commit 020fa4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/js/src/openai/liveAudioSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export class LiveAudioTranscriptionSession {
319319
*
320320
* Usage:
321321
* ```ts
322-
* for await (const result of client.getStream()) {
322+
* for await (const result of session.getStream()) {
323323
* console.log(result.content[0].text);
324324
* }
325325
* ```

0 commit comments

Comments
 (0)