George Lu
George Lu
Hello, amirsanni I have a same problem at my local ubuntu server. my config files are: js/config.js: > /** > * @author Amir Sanni > * @date 23-Dec-2016 > */...
Hello amirsanni, Thank you for your anwser, I changed it to 8080 and tried again. The command line stoped as below, no response, Is it right?  It still couldn't...
Hello amirsanni, Thank you for your advise. I changed > const wsUrl = 'ws://192.168.0.109/comm'; to > const wsUrl = 'ws://192.168.0.109:8080'; I also changed the Server.example.php to Server.php and edited it...
yes, I created it as below: > /** > * @author Amir Sanni > * @date 4th November 2019 > */ > > class Server > { > public function...
Both of my two computers have the 500 error.
please see my captures: I also sent you my teamview ID and password, if you have time right now, could you please access teamview. Thank you in advance!  
Hello, my friend. 
please check it. thank you. I also tried the 'https://', but I got the same '500 Internal Server Error' too. 
Hello, amirsanni Thank you for your quickly response. my Server.php is:  I checked my apache error.log, it said: > PHP Fatal error: Call to undefined function curl_init() in /var/www/html/video-call-app/Server.php...
Hello amirsanni, Thank you for your support! I resoved the 500 error by installing the curl module. I can do text message chat between my two LAN computers now. But,...