Identify the different projects and organizations that use Agora.
AppIDs are issued to app developers by Agora to identify the projects and organizations accessing our services. If an organization develops different apps that are completely indepenent of each other (such as different teams or departments), the apps should use different IDs. If the apps need to communicate with each other, a single AppID should be used.
Only users with the same AppID can join the same channel and communicate with each other.
If users are not using the same AppID, they will not be able to interact with each other.
Why?
Accessing the AppID
Access the AppID through the Console and access the Project Details.
Updating the AppID
Developers will need to update the script.js file with the correct AppID.
Open the script.js file using Notepad (Windows) or TextEdit (MacOS).
Locate the placeholder text yourAppID.
Update it with the AppID.
Save the update.