feat: Add Docker setup and integrate a local CoTURN server for WebRTC ICE candidates.
This commit is contained in:
@@ -9,7 +9,12 @@ let activeStream;
|
||||
|
||||
const config = {
|
||||
iceServers: [
|
||||
{ urls: "stun:stun.l.google.com:19302" }
|
||||
{ urls: "stun:localhost:3478" },
|
||||
{
|
||||
urls: "turn:localhost:3478",
|
||||
username: "myuser",
|
||||
credential: "mypassword"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user