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
Hi, Muazkh
I am very interested in your contribution regarding WebRTC. May I ask your suggestion regarding installing Translator.js on server side?
I am going to demonstrate Translator on my own GCP VM, but it looks a little bit challenge for me. My step is below:
1:Clone Translator.js into GCP VM and replace Google API Key(this is verified) in both index.html and Translator.js;
2: Replace code: <script src="Translator.js"></script> instead of <script src="https://cdn.webrtc-experiment.com/Translator.js"></script> in index.html because my API Key was updated in Translator.js;
3: Try running CMD: npm install && node Translator.js on GCP VM, but failed,why?;
4: Clients go through Internet to access website: http:// , hope to see translated text and voice // but it looks not working. What is the problem?
The text was updated successfully, but these errors were encountered:
Hi, Muazkh
I am very interested in your contribution regarding WebRTC. May I ask your suggestion regarding installing Translator.js on server side?
I am going to demonstrate Translator on my own GCP VM, but it looks a little bit challenge for me. My step is below:
1:Clone Translator.js into GCP VM and replace Google API Key(this is verified) in both index.html and Translator.js;
2: Replace code: <script src="Translator.js"></script> instead of <script src="https://cdn.webrtc-experiment.com/Translator.js"></script> in index.html because my API Key was updated in Translator.js;
3: Try running CMD: npm install && node Translator.js on GCP VM, but failed,why?;
4: Clients go through Internet to access website: http:// , hope to see translated text and voice // but it looks not working. What is the problem?
The text was updated successfully, but these errors were encountered: