Checkpoint: первая рабочая версия звонков, сигналинг будет переделан

This commit is contained in:
AidarKC
2026-05-02 18:13:22 +03:00
parent b05da86197
commit 310863faec
20 changed files with 572 additions and 37 deletions
+17
View File
@@ -0,0 +1,17 @@
# SHiNE TURN Server
This directory stores TURN setup scripts and operational instructions.
## Purpose
- Install and configure coturn for SHiNE calls.
- Keep repeatable setup scripts for new TURN nodes.
- Keep TURN-related config templates.
## Current production model
- Multiple TURN servers are supported by backend config section:
- `call.ice.turn.servers.1.*`
- `call.ice.turn.servers.2.*`
- ...
- Each server can use:
- REST auth (`sharedSecret`) for temporary credentials, or
- static `username`/`password` (fallback).