Skip to content

Commit

Permalink
transcriptions start/ stop
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Oct 23, 2024
1 parent a772b52 commit 7e46a3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ call.stop_transcription()
<TabItem value="go" label="Golang">

```go
call.StartTranscription(ctx, nil)
call.StartTranscription(ctx, &StartTranscriptionRequest{})

// stops the transcription for the call
call.StopTranscription(ctx)
call.StopTranscription(ctx, &StopTranscriptionRequest{})
```

</TabItem>
Expand Down

0 comments on commit 7e46a3b

Please sign in to comment.