Agora — realtime audio and video
agora/rtc · version 1
envs add agora/rtc
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
AGORA_APP_ID |
required | config | Agora never calls it public. It is public here because Agora's own quickstarts put it directly in client code: the browser holds this and a short-lived signed token, never the certificate.. where to get it |
AGORA_APP_CERTIFICATE |
optional | secret | Signs those tokens, and Agora says to keep certificate management on the server side. Rotation is properly overlapped: enable the secondary certificate, swap, disable, then delete. Deleting one invalidates every token it signed.. where to get it |