chore: switch relay to 172.16.81.175:4433 for testing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude
2026-04-05 12:01:51 +00:00
parent af85a49e86
commit 81c756c076
3 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class CallViewModel : ViewModel(), WzpCallback {
private var statsJob: Job? = null
companion object {
const val DEFAULT_RELAY = "172.16.81.125:4433"
const val DEFAULT_RELAY = "172.16.81.175:4433"
const val DEFAULT_ROOM = "android"
}