Config Library
List of config variables set via the App Builder Console as configured by the user.
You can access them under the customization-api
module via tha named export $config
.
APP_ID: string
Agora APP_ID associated with the App Builder project
FRONTEND_ENDPOINT: string
Url of the frontend deployed from the App Builder Console. Used to generate invite links for meetings.
BACKEND_ENDPOINT: string
Url of the backend deployed from the App Builder Console. Target for all backend network queries.
LANDING_SUB_HEADING: string
Text displayed under the APP_NAME on the create page.
PROFILE: VideoProfile
Video profile to be used for user video feeds.
PRIMARY_COLOR: string
Primary color used in the App Builder project. Used for various UI Elements (ex: Primary Button)
PRIMARY_FONT_COLOR: string
Primary font color used in the App Builder project. Used for various UI Text Elements (ex: Heading, Sub-headings)
SECONDARY_FONT_COLOR: string
Secondary font color used in the App Builder project. Used for various UI Text Elements (ex: Button labels)
RAISE_HAND: boolean
Flag to enable/disable raise hand functionality. Requires EVENT_MODE to be enabled.