react-softphone
react-softphone copied to clipboard
How to configure the ICE Server?
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"
}
]