pub async fn start_recording(
__arg0: State<DevServerState>,
request: Option<Json<RecordingStartRequest>>,
) -> impl IntoResponseExpand description
POST /rdesktop/agent/recording/start
Start the single recording, or return the existing session when recording is already active. This is intentionally idempotent.