Skip to content

Commit

Permalink
recording
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Oct 23, 2024
1 parent c40d81f commit 963a26f
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_recording()

```go
// starts recording
call.StartRecording(ctx,nil)
call.StartRecording(ctx, &StartRecordingRequest{})

// stops the recording for the call
call.StopRecording(ctx,nil)
call.StopRecording(ctx, &StopRecordingRequest{})
```

</TabItem>
Expand Down

0 comments on commit 963a26f

Please sign in to comment.