Added coturn draft

This commit is contained in:
2025-02-28 15:00:38 +01:00
parent 08334be18d
commit 9a49e7aa3b
7 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
# Activates the turn server
# @see https://nextcloud-talk.readthedocs.io/en/latest/TURN/
return 'turn_servers' => [
[
'host' => 'coturn',
'port' => 3478,
'secret' => 'my-secret-key',
'protocols' => 'udp,tcp'
]
];