feat: store recording on s3
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>feat/recordings-s3
parent
95f4b89fe8
commit
7688d10c27
|
@ -129,6 +129,12 @@ const DailyVideoApiAdapter = (): VideoApiAdapter => {
|
|||
enable_chat: true,
|
||||
exp: exp,
|
||||
enable_recording: "cloud",
|
||||
recordings_bucket: {
|
||||
bucket_name: "<BUCKET_NAME>",
|
||||
bucket_region: "<BUCKET_REGION?",
|
||||
assume_role_arn: "<ARN_ROLE_HERE>",
|
||||
allow_api_access: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue