We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b19c06 commit 003aaaaCopy full SHA for 003aaaa
1 file changed
packages/app-store/dailyvideo/lib/VideoApiAdapter.ts
@@ -318,7 +318,7 @@ const DailyVideoApiAdapter = (): VideoApiAdapter => {
318
bucket_region: process.env.CAL_VIDEO_BUCKET_REGION,
319
assume_role_arn: process.env.CAL_VIDEO_ASSUME_ROLE_ARN,
320
allow_api_access: true,
321
- allow_streaming_from_bucket: true,
+ allow_streaming_from_bucket: false,
322
},
323
}),
324
enable_transcription_storage: isTranscriptionEnabled,
@@ -367,7 +367,7 @@ const DailyVideoApiAdapter = (): VideoApiAdapter => {
367
368
369
370
371
372
373
start_video_off: true,
0 commit comments