Skip to main content

room_socket_path

Function room_socket_path 

Source
pub fn room_socket_path() -> PathBuf
Expand description

Platform-native socket path for the multi-room daemon.

  • macOS: $TMPDIR/roomd.sock
  • Linux: $XDG_RUNTIME_DIR/room/roomd.sock (falls back to /tmp/roomd.sock)