Skip to content

EkaanshArora/Agora-Cloud-Recording-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agora-Cloud-Recording-Example

Features

  • RTC and RTM tokens
  • Cloud Recording
  • Fetch recordings URLs for given Channel Name

Deploy

This backend is used for this React Native app.

Routes

Start call recording

POST /api/start/call

Stop call recording

POST /api/stop/call

Query status of recording

POST /api/status/call

Get list of files for channel name

GET /api/get/list/<channelName>

Get presigned url for file

GET /api/get/file/<S3FileKey>

Get URLs for m3u8 files for channel name

GET /api/get/recordingUrls/<channelName>

Get RTC token for channel name

GET /api/get/rtc/<channelName>

Get RTM token for UID

GET /api/get/rtm/<uid>

Get RTC and RTM token for channel

GET /api/tokens/<channelName>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%