Skip to main content

room_runtime_dir

Function room_runtime_dir 

Source
pub fn room_runtime_dir() -> PathBuf
Expand description

Platform-native runtime directory for ephemeral room files (sockets, PID, meta).

  • macOS: $TMPDIR (per-user, e.g. /var/folders/...)
  • Linux: $XDG_RUNTIME_DIR/room/ or /tmp/ fallback