Skip to content

Commit 003aaaa

Browse files
authored
fix: disble streaming (calcom#24460)
1 parent 3b19c06 commit 003aaaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app-store/dailyvideo/lib/VideoApiAdapter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const DailyVideoApiAdapter = (): VideoApiAdapter => {
318318
bucket_region: process.env.CAL_VIDEO_BUCKET_REGION,
319319
assume_role_arn: process.env.CAL_VIDEO_ASSUME_ROLE_ARN,
320320
allow_api_access: true,
321-
allow_streaming_from_bucket: true,
321+
allow_streaming_from_bucket: false,
322322
},
323323
}),
324324
enable_transcription_storage: isTranscriptionEnabled,
@@ -367,7 +367,7 @@ const DailyVideoApiAdapter = (): VideoApiAdapter => {
367367
bucket_region: process.env.CAL_VIDEO_BUCKET_REGION,
368368
assume_role_arn: process.env.CAL_VIDEO_ASSUME_ROLE_ARN,
369369
allow_api_access: true,
370-
allow_streaming_from_bucket: true,
370+
allow_streaming_from_bucket: false,
371371
},
372372
}),
373373
start_video_off: true,

0 commit comments

Comments
 (0)