bprodoehl / docker-turnserver

A Docker container with the coturn STUN and TURN server
112 stars 43 forks source link

Credentials? #8

Open anildigital opened 6 years ago

anildigital commented 6 years ago

What are default username and password to use?

I tried something as

var TURN = {
  url: 'turn:13.126.14.50:3478',
  credential: 'turn',
  username: 'turn'
};

It did not work.