Config Library
- Turnkey
- Embed-SDK React
- Embed-SDK Web
List of config variables set via the App Builder Console as configured by the user.
- turnkey
- react-sdk
- web-sdk
You can access them under the customization-api
module via the named export $config
.
You can access them under the @appbuilder/react
module via the named export $config
.
You can access them under the @appbuilder/web
module via the 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.
BG: string
Image used as background on all pages of the App Builder project stored as a base64 string.
PROFILE: VideoProfile
Video profile to be used for user video feeds.
RAISE_HAND: boolean
Flag to enable/disable raise hand functionality. Requires EVENT_MODE to be enabled.
GEO_FENCING_INCLUDE_AREA: string
Include areas for geo fencing. only applicable if GEO_FENCING is enabled and platform is web Accepts comma seperated string.
GEO_FENCING_EXCLUDE_AREA: string
Exclude area for geo fencing. only applicable if GEO_FENCING is enabled and platform is web.
ENABLE_IDP_AUTH: boolean
Flag to enable/disable IDP authentication. supports only Turnkey solution. you can either enable IDP or token auth. both authentication can't be enabled at the same time.
ENABLE_TOKEN_AUTH: boolean
Flag to enable/disable token server authentication. supports only SDK Integration. you can either enable IDP or token auth. both authentication can't be enabled at same time.
ENABLE_NOISE_CANCELLATION_BY_DEFAULT: boolean
Flag to turn on noise cancellation functionality by default. only applicable if noise cancellation is enabled.
NOISE_CANCELLATION_WASM_PATH: string
Used to load the wasm files for Noise cancellation feature. it can be directory to the CDN or static resource server, and put them under one public path or public folder.
ENABLE_WHITEBOARD_FILE_UPLOAD: boolean
Flag to enable/disable whiteboard file upload feature. only applicable if whiteboard is enabled.