{"id":17903431,"url":"https://github.com/meherdeep/agora-cloud-recording-demo-flutter","last_synced_at":"2025-10-15T22:46:12.616Z","repository":{"id":91507359,"uuid":"358152411","full_name":"Meherdeep/agora-cloud-recording-demo-flutter","owner":"Meherdeep","description":"A sample repository that explains how to use to use the Agora Cloud Recording SDK along with Agora Flutter Video Calling SDK","archived":false,"fork":false,"pushed_at":"2021-04-15T07:11:00.000Z","size":72,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T22:36:17.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Meherdeep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-15T06:32:20.000Z","updated_at":"2023-06-19T19:26:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5a439b6-7be7-499b-8c02-68168cd960ce","html_url":"https://github.com/Meherdeep/agora-cloud-recording-demo-flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meherdeep%2Fagora-cloud-recording-demo-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meherdeep%2Fagora-cloud-recording-demo-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meherdeep%2Fagora-cloud-recording-demo-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meherdeep%2Fagora-cloud-recording-demo-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meherdeep","download_url":"https://codeload.github.com/Meherdeep/agora-cloud-recording-demo-flutter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149273,"owners_count":20568864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T16:40:31.666Z","updated_at":"2025-10-15T22:46:07.553Z","avatar_url":"https://github.com/Meherdeep.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agora Cloud Recording\n\nA quickstart guide on how to use the Agora Cloud Recording SDK to record all your video calls through your Flutter Application.\n\n## Prerequisites\n\n- An Agora developer account (see [How to get started](https://www.agora.io/en/blog/how-to-get-started-with-agora))\n- An AWS account\n- Heroku account to deploy your backend\n- Flutter SDK\n- VS Code\n- A basic understanding of Flutter Development\n\n## Create an Agora account \n\nTo build and run this sample app, first create an Agora developer account over [here](http://console.agora.io/)\n- After creating a project head on to the [Project Management](https://console.agora.io/projects) tab to create a new project.\n- Choose secured mode for authentication and click on submit \n- Next to your project and under the Action column click on the Edit button \n- From this page copy your App Id, App Certificate and then scroll at the bottom and enable the cloud recording functionality.\n- After this head on to the [RESTful API section](https://console.agora.io/restfulApi) \n- On this page click on `Add a secret` button to generate your Customer ID and Customer Secret. Save the value hence generated as we will be needing them when we deploy our server. \n\n## Setup your AWS S3 Bucket\n\nCreate an AWS account if you don't have it already. \n- Head on to your AWS IAM Console, create a new user, and make sure that you add AmazonS3FullAccess policy with Programmatic Access.\n- Once done copy your AWS Access Key and Secret Key to a text file.\n- Create a new AWS S3 Bucket. Give it an appropriate name and copy the name to your clipboard so that we can use it later. If you already have a bucket you can skip this step.\n- You will need to find out your region number (depending on your AWS server region), visit this table and click on Amazon S3 tab to see the list.\n\n## Deploying your backend\n\nBefore deploying ensure that you have acquired the following :\n```\nAPP_ID=\nAPP_CERTIFICATE=\nRECORDING_VENDOR=\nRECORDING_REGION=\nBUCKET_NAME=\nBUCKET_ACCESS_KEY=\nBUCKET_ACCESS_SECRET=\nCUSTOMER_ID=\nCUSTOMER_CERTIFICATE=\n```\n\nYou can simply use this Heroku one click deploy to deploy your own backend to Heroku's server: \n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/raysandeep/Agora-Cloud-Recording-Example/)\n\nYou can also look at the Postman documentation given over here to know more about the method calls\n\n[![Run in Postman](https://run.pstmn.io/button.svg)](https://documenter.getpostman.com/view/8653133/TzCS4RCq)\n\n## Setting it all up\n\nOnce you've deployed your own backend head on to the lib folder and add your app id to appId.dart\n\n```\nconst appId = '\u003c---Enter Your App Id Here---\u003e';\n```\n\nAnd then head on to callpage.dart to enter the baseUrl of your server: \n\n```\nString baseUrl = '';\n```\n\n## Resources\n\n- You can find the complete API Documentation over [here](https://docs.agora.io/en/Video/API%20Reference/flutter/index.html).\n- I also invite you to join the [Agora Developer Slack Community](https://agoraiodev.slack.com/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeherdeep%2Fagora-cloud-recording-demo-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeherdeep%2Fagora-cloud-recording-demo-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeherdeep%2Fagora-cloud-recording-demo-flutter/lists"}