Configuring TURN Server for Mattermost Calls

Hi @GOhrner ,

the plugin is still in beta and so is the documentation :slight_smile: The key to make that work is to provide a different array per protocol, as outline here:

[
   {
      "urls":[
         "stun:turnsrv01.xxx.yyy.de:3478"
      ]
   },
   {
      "urls":[
         "turn:turnsrv01.xxx.yyy.de:443?transport=udp",
         "turn:turnsrv01.xxx.yyy.de:443?transport=tcp"
      ]
   }
]

Can you please check if that works for you?