react-softphone icon indicating copy to clipboard operation
react-softphone copied to clipboard

How to configure the ICE Server?

Open eduardofoliveira opened this issue 3 years ago • 0 comments

How can I configure ICE Server using React?

iceServers: [
              {
                urls: "turns:webrtc.domain.com:5349?transport=tcp",
                //urls: "turn:webrtc.domain.com",
                username: "eoliveira",
                credential: "190790edu"
              }
            ]

eduardofoliveira avatar Nov 18 '21 17:11 eduardofoliveira