Skip to content

Commit

Permalink
storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Oct 23, 2024
1 parent ede63c5 commit 06b7871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/video/docusaurus/docs/api/_common_/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ client.CreateExternalStorage(ctx, &CreateExternalStorageRequest{
S3Secret: PtrTo("my-secret"),
},
})


// 2. (Optional) Check storage configuration for correctness
// In case of any errors, this will throw a StreamAPIException.
response, err := client.CheckExternalStorage(ctx, "my-s3")
response, err := client.CheckExternalStorage(ctx, "my-s3", &CheckExternalStorageRequest{})

// 3. update the call type to use the new storage
client.Video().UpdateCallType(ctx, "allhands", &UpdateCallTypeRequest{
Expand Down

0 comments on commit 06b7871

Please sign in to comment.