Hello,
I set up the your backend server example (by adding express and SSL support). And, installed the client on 2 different iOS devices.
We tested with 2 different networks, server connection seems working and connection established. However we can't get remote user's video it shows only user's self video.
We have also updated socket server connection like that;
const [socket] = useState(io('https://OURSERVER.COM:4000', { transports: ['websocket'], rejectUnauthorized: false, secure: true })); // replace with your host machine's IP or public url
Hello,
I set up the your backend server example (by adding express and SSL support). And, installed the client on 2 different iOS devices.
We tested with 2 different networks, server connection seems working and connection established. However we can't get remote user's video it shows only user's self video.
We have also updated socket server connection like that;
const [socket] = useState(io('https://OURSERVER.COM:4000', { transports: ['websocket'], rejectUnauthorized: false, secure: true })); // replace with your host machine's IP or public url