shinyoshiaki / werift-webrtc

WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TURN candidates are not being generated against COTURN server

koush opened this issue · comments

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.