mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: enable FORCE_TURN_RELAY to diagnose turn connectivity for local deployment setups (#272)
* filter out local sdp candidates on non local environment * feat: add FORCE_TURN_RELAY variable * add FORCE_TURN_RELAY option in docker-compose * fix: fix github workflow
This commit is contained in:
parent
01c201bf09
commit
e2fe1f3cd4
17 changed files with 410 additions and 37 deletions
|
|
@ -1812,6 +1812,14 @@ export type HealthResponse = {
|
|||
* Auth Provider
|
||||
*/
|
||||
auth_provider: string;
|
||||
/**
|
||||
* Turn Enabled
|
||||
*/
|
||||
turn_enabled: boolean;
|
||||
/**
|
||||
* Force Turn Relay
|
||||
*/
|
||||
force_turn_relay: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue