feat: store recording on s3

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
This commit is contained in:
Udit Takkar 2023-08-24 23:15:21 +05:30
parent 95f4b89fe8
commit 7688d10c27

View File

@ -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,
},
},
};
}