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, the current code seems to work only when both users are on the same device.
For example using localhost and the ip adress on the same device shows both screens whereas using two devices in a local environment only shows the local streams
The text was updated successfully, but these errors were encountered:
@sostenesapollo
const servers = {
iceServers: [
{
urls: ['stun:stun1.l.google.com:19302', 'stun:stun2.l.google.com:19302'],
},
{
urls: 'turn:YOUR_TURN_SERVER_URL', // Replace with your TURN server URL
username: 'YOUR_USERNAME', // Replace with your TURN server username
credential: 'YOUR_CREDENTIAL', // Replace with your TURN server password
},
],
iceCandidatePoolSize: 10,
};
Hi, the current code seems to work only when both users are on the same device.
For example using localhost and the ip adress on the same device shows both screens whereas using two devices in a local environment only shows the local streams
The text was updated successfully, but these errors were encountered: