shinyoshiaki / werift-webrtc

WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4
MIT License
469 stars 30 forks source link

TURN candidates are not being generated against COTURN server #319

Closed koush closed 1 year ago

koush commented 1 year ago

You can use this server to test:

            iceServers: [
                {
                    urls: "turn:turn.scrypted.app:3478",
                    username: "foo",
                    credential: "bar",
                },
            ]

Same configuration works in the browser.

No error reported.