Home / Companies / Agora / Blog / Post Details
Content Deep Dive

Cloud Recording for Your iOS Agora Video Chat

Blog post from Agora

Post Details
Company
Date Published
Author
Max Cobb
Word Count
889
Language
English
Hacker News Points
-
Summary

This tutorial guides developers on how to add cloud recording to their React Native video chat app using Agora Cloud Recording. The process involves setting up an Agora developer account, creating an AWS account and an Amazon S3 bucket for storing the videos, deploying a Golang server to handle requests from the React Native app, and building the app with the necessary credentials and code for fetching tokens, starting recording, stopping recording, and checking recording status. The resulting project allows developers to record and save video calls from their application to an Amazon S3 bucket for later access.