timeout of webrtc fallback to delay

This commit is contained in:
rustdesk
2026-09-12 13:52:11 +08:00
parent e54f21e10c
commit 3c7c13d79d
58 changed files with 215 additions and 16 deletions

View File

@@ -778,5 +778,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("The screen sharing request ended without completing on the remote device", ""),
("RustDesk could not obtain a usable screen from the XDG Desktop Portal, the PipeWire library may be too old", ""),
("RustDesk could not load a GStreamer component needed for screen capture ({})", ""),
("Relay fallback delay in seconds", ""),
("relay-fallback-delay-tip", ""),
].iter().cloned().collect();
}