AgoraIO-Community/Agora-Electron-Quickstart

Obsolete code in Agora-Electron-Premium/scripts/writeAppId.js

Closed this issue · 2 comments

APP_ID no longer exists in the target JS file

const result = file.replace(/export const APP_ID = '(.*)'/, `export const APP_ID = "${process.env.AGORA_APP_ID}"`);

this should be fine. the script was used in CI only. currently CI is not using this script.

the script file was removed.