Skip to content

Commit

Permalink
Multiple storage providers and default storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Feb 13, 2024
1 parent a692aaa commit 3fc5776
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus/video/docusaurus/docs/api/recording/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,11 @@ await call.startRecording({
<TabItem value="py" label="Python">

```py
# TODO: code example for Python
# 1. update the call type to use Stream S3 storage
client.video.update_call_type('my-call-type', external_storage="stream-s3")

# 2. specify Stream S3 storage when starting call recording
call.start_recording(recording_external_storage="my-storage")
```

</TabItem>
Expand Down

0 comments on commit 3fc5776

Please sign in to comment.