Rafael Jose Garcia Suarez

Results 5 comments of Rafael Jose Garcia Suarez

Dude, I had the same problem and you can fix it by deploying the signaling server on port 8080. Also I had to add these iceServers: ```javascript const config =...

Hello, for those who still do not work even changing the port to 8080, it is because they need to go through the configuration, the ice servers: const configuration =...

> @rawars how to deploy signaling server on port 8080? In Amazon lightsail: ```javascript const express = require('express'); const socketIO = require('socket.io'); const http = require('http'); const https = require('https');...

>Hello friend, what do you mean by BTT ?

> Dude, how did you do it?Could you share part of the code?