You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I registered on the website agora.io, created a test project and copied the project ID in the application for IOS and registered it in the program for Windows.
When I launch, I get a picture from the laptop's camera to my smartphone without any problems!
When I run the list of questions, I get a connection error.
Then I installed NODE JS and ran npm install from the directory
node server.js
at startup I get the message: "2021-06-12T11: 15: 14.767Z - start in undefined mode"
Here is the content of my modules / config.js file
I really need your help or advice on the correct launch of this program.
I registered on the website agora.io, created a test project and copied the project ID in the application for IOS and registered it in the program for Windows.
When I launch, I get a picture from the laptop's camera to my smartphone without any problems!
When I run the list of questions, I get a connection error.
Then I installed NODE JS and ran npm install from the directory
node server.js
at startup I get the message: "2021-06-12T11: 15: 14.767Z - start in undefined mode"
Here is the content of my modules / config.js file
module.exports = {
agora_appid: "afef9a5bf3504570bd9457d5b0ecedc1",
// agora_appid: "363f97d9690e4c0a9780499ab14a16c0",
socks_proxy_host: "23.236.124.12",
socks_proxy_port: 26666
};
What am I doing wrong?
Why can't I get a list of multiple choice questions on my smartphone?
The text was updated successfully, but these errors were encountered: